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
When building my docs, they fail with the message Could not import extension sphinx_toolbox.more_autodoc.autonamedtuple (exception: cannot import name 'RemovedInSphinx50Warning' from 'sphinx.deprecation' (/home/runner/.local/lib/python3.10/site-packages/sphinx/deprecation.py)).
1kastner
changed the title
Could not import extension sphinx_toolbox.more_autodoc.autonamedtuple (exception: cannot import name 'RemovedInSphinx50Warning' from 'sphinx.deprecation' (/home/runner/.local/lib/python3.10/site-packages/sphinx/deprecation.py))
Could not import extension sphinx_toolbox.more_autodoc.autonamedtuple
Jul 31, 2022
1kastner
added a commit
to 1kastner/conflowgen
that referenced
this issue
Aug 1, 2022
Uh oh!
There was an error while loading. Please reload this page.
Description
When building my docs, they fail with the message
Could not import extension sphinx_toolbox.more_autodoc.autonamedtuple (exception: cannot import name 'RemovedInSphinx50Warning' from 'sphinx.deprecation' (/home/runner/.local/lib/python3.10/site-packages/sphinx/deprecation.py))
.Steps to Reproduce
Run cd ./docs/ && make html SPHINXOPTS="-W --keep-going", see, e.g., https://github.com/1kastner/conflowgen/runs/7601083543?check_suite_focus=true for reference.
Expected result:
At this stage, this faulty import should not happen I guess?
Reproduces how often:
Every time.
Version
Installation source
pip
The text was updated successfully, but these errors were encountered: