Closed orbeckst closed 7 years ago
Apparentlt, pythonhosted is in read-only mode https://github.com/MDAnalysis/mdanalysis/issues/664#issuecomment-293033814 – so we need to sort out RTD or use gh-pages.
In f315770 I've added the sphinx conda package to the environment we install. This ensures we get the latest version, since RTD often runs at least a release behind if not more. Looks like builds are working again.
Awesome, thanks!
-- Oliver Beckstein email: orbeckst@gmail.com
Am Apr 10, 2017 um 22:41 schrieb David Dotson notifications@github.com:
In f315770 I've added the sphinx conda package to the environment we install. This ensures we get the latest version, since RTD often runs at least a release behind if not more. Looks like builds are working again.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Thanks again. I backported (cherry-picked) your fix onto master and now the 0.6.2 docs are also properly available again.
I hate debugging RTD failures...
No idea why https://readthedocs.org/projects/gromacswrapper/builds/5188013/ fails but locally it builds just fine.
Anyone ( @dotsdl , @jandom , @ianmkenney ) can shed some light on this?
Note:
builds but then
Note that it says Upload_docs command is deprecated. Use RTD instead. so maybe that's what is supposed to work.
For completeness: I also tried manually uploading docs to PyPi as a zip file but ran into an error like pypa/pypi-legacy#266 (and specifically pypa/pypi-legacy#454)