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
Wanted to give it a go, but I stumble upon this exception when generating the sphinx doc.
Steps to Reproduce
install Sphinx==7.2.6
install attr-utils==0.9.0
generate the docs (make html)
Actual result:
make html
Running Sphinx v7.2.6
Extension error:
Could not import extension attr_utils.autoattrs (exception: cannot import name 'RemovedInSphinx50Warning' from 'sphinx.deprecation' (/Users/lucy.linder/tmp/slumber-keycloak/.venv/lib/python3.10/site-packages/sphinx/deprecation.py))
make: *** [html] Error 2
Expected result:
Reproduces how often:
Every time ;)
Version
Operating System: Mac
Python: Python 3.10.12
attr_utils: 0.9.0
Installation source
pip
Other Additional Information:
The text was updated successfully, but these errors were encountered:
Description
Wanted to give it a go, but I stumble upon this exception when generating the sphinx doc.
Steps to Reproduce
make html
)Actual result:
Expected result:
Reproduces how often:
Every time ;)
Version
Installation source
pip
Other Additional Information:
The text was updated successfully, but these errors were encountered: