I'd like to use a sphinxcontrib extension, but it's broken on the latest version of Sphinx. Fortunately, there's a PR to fix it, but unfortunately, when I try to install the fixed version from Mercurial, RTD can't install it. Installs just fine for me locally.
Does anyone know what might be going on, or what I can do to debug this further?
stevejohnson: any idea what the problem might be, or how I can fix it?
agj
singingwolfboy: this is sphinx 1.3?
stevejohnson
no ideas yet, just gathering information :-)
I’m currently installing python 2.7 with homebrew since I just upgraded my OS
singingwolfboy
agj: well, the build log says it's sphinx 1.2.2, even though I'd *like* to use sphinx 1.3
agj
oops, helped if i looked at your req.txt
singingwolfboy: back down 1.2 for now
singingwolfboy
agj: it seems that when sphinxcontrib-aafig fails to install, it refuses to install sphinx 1.3, either
agj
still working out 1.3 support
singingwolfboy
agj: are you saying that I should change my requirements file to use sphinx 1.2?
agj: I'm happy to do that, if you think it will help
stevejohnson
http://sphinxcontrib-napoleon.readthedocs.org/e... says “As of Sphinx 1.3, the napoleon extension will come packaged with Sphinx under sphinx.ext.napoleon. The sphinxcontrib.napoleon extension will continue to work with Sphinx <= 1.2.”
so if you got sphinx 1.3 to work, you wouldn’t need to put sphinx_contrib in your reqs
agj
singingwolfboy: our doc builder still uses 1.2.2, we're working on 1.3
singingwolfboy
agj: ah, OK. Let me switch back, then
agj
if you need napolean, i'd try 1.2 with the sphinxcontrib package for now
there are a few changes we need for 1.3 support that we're trying to get to
I waited for a few days before pinging you specifically
I'm having redirect issues with RTD
I described the issue yesterday and the day before if you scroll up
untitaker joined the channel
jMyles joined the channel
anyone: ^
I'm getting a lot of questions about why our /latest/ doesn't redirect to the right RTD site
I don't know why these redirects don't work
anyone: ^
ericholscher
bmbouter: you never gave any info about the site or projects to help debug it, afaict
but our redirect code is definitely not the best :)
it depends on 404s at the moment, which might be what you're hitting?
but we're pretty busy at the moment, so support is taking a back seat for now -- if you can write a test case against the codebase that would be the best way to show its broken