You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot compile anymore my online readthedocs linked to my github repo. I can confirm that I am able to compile sphinx successfully in my local machine (I am using a Mac OS v. 11.6), so the problem should not rely on my actual documentation, but it appears to be a bug of the online readthedocs compiling system.
Exception occurred:
File "/home/docs/checkouts/readthedocs.org/user_builds/famed/envs/latest/lib/python3.7/site-packages/sphinx/util/nodes.py", line 94, in apply_source_workaround
for classifier in reversed(node.parent.traverse(nodes.classifier)):
TypeError: 'generator' object is not reversible
Describe the bug
I cannot compile anymore my online readthedocs linked to my github repo. I can confirm that I am able to compile sphinx successfully in my local machine (I am using a Mac OS v. 11.6), so the problem should not rely on my actual documentation, but it appears to be a bug of the online readthedocs compiling system.
Exception occurred:
File "/home/docs/checkouts/readthedocs.org/user_builds/famed/envs/latest/lib/python3.7/site-packages/sphinx/util/nodes.py", line 94, in apply_source_workaround
for classifier in reversed(node.parent.traverse(nodes.classifier)):
TypeError: 'generator' object is not reversible
How to Reproduce
Expected behavior
Just that the compilation could run smoothly, with only warning messages at most.
Your project
https://readthedocs.org/projects/famed/
Screenshots
I attach the full log of the compilation.
sphinx_error.txt
OS
GitHub repo
Python version
3.7
Sphinx version
1.8.5
Sphinx extensions
No response
Extra tools
No response
Additional context
https://famed.readthedocs.io/en/latest/
The text was updated successfully, but these errors were encountered: