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 guess you're using an extension not supporting py3 properly. The error was caused in gen_pages_from_extensions event. It is working to generate extra pages for extensions.
File "/home/bayle/.local/lib/python3.7/site-packages/sphinx/builders/html.py", line 656, in gen_pages_from_extensions
for pagename, context, template in pagelist:
RuntimeError: generator raised StopIteration
Please check your extensions and report this to them.
Thanks,
Describe the bug
sphinx-build
exits with a raised exception under normal conditions.Seems related to #5870 and #5076.
To Reproduce
Run
sphinx-build
on the project linked below.Expected behavior
project builds successfully.
Your project
pros-docs
Environment info
Additional context
Log file:
The text was updated successfully, but these errors were encountered: