Closed jcmgray closed 6 years ago
Maybe this is a sphinx bug? Also, to pin dependencies using conda we have this https://github.com/rtfd/readthedocs.org/issues/3829 (we are waiting for a conda release)
Not sure if this is the same https://github.com/sphinx-doc/sphinx/issues/5496
Yes apologies if this issue is misplaced (feel free to close)! My reason for raising here was just that building with sphinx=1.8.1
works fine for me locally so thought it might be some interaction with the readthedocs machinery. I'll keep an eye on those other issues.
Not worries, I'll try to reproduce this locally later and see where the problem is
I'll try to reproduce this locally later and see where the problem is
Conda is really heavy for my computer, I'm hitting my memory limit before the build ends :/
Closing as the docs now seem to be working - I've had a quick look in the logs but couldn't see any particular changes that might explain it. @stsewd thanks very much for taking a look!
Details
jcmgray
Expected Result
The documentation built without hitch until it seems
sphinx
changed fromv1.8.0
tov1.8.1
. The actual commit which was broken first wasn't docs related but I see from the logs the sphinx version did change.Actual Result
At the build stage I get the error:
other notes / attempted troubleshooting:
sphinx=1.8.0
in the conda dependency yaml (and wiping the build) but this hasn't had an effect, I think as the commandconda install --yes --name develop mock pillow sphinx sphinx_rtd_theme
is run subsequently and ends updating to1.8.1
.2.0
fromlatest
with no effect.sphinx=1.8.1
without issue.