Hi,
I am deploying to readthedocs what builds perfectly on my local machine using
sphinx-build -b html docs docs/_build/html
, and I am getting a couple of differences which I cannot figure out.
The main one, link to sources is missing. When I try to manually browse to my modules I see that the
http://flask-sqlalchemy-session.readthedocs.org/en/latest/_modules/ module index is there, but
http://flask-sqlalchemy-session.readthedocs.org/en/latest/_modules/flask_sqlalchemy_session.html gives a 404. Is this a problem on my end?
Also, in the autodoc documentation, the module variables are missing. I hope this problem is related to the first one otherwise things are getting too arcane...
I am using sphinx 1.2.3 (which I force on readthedocs by including it in requirements.txt), and the 'viewcode' extension is enabled. The sphinx build output on the terminal is identical to the terminal output I get when I build locally.
Any suggestions?