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
Run cd ./docs/ && make html SPHINXOPTS="-W --keep-going"
Running Sphinx v4.3.1
making output directory... done
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 4 source files that are out of date
updating environment: [new config] 4 added, 0 changed, 0 removed
reading sources... [ 25%] api
Exception occurred:
File "/home/runner/.local/lib/python3.9/site-packages/enum_tools/autoenum.py", line 324, in import_object
self._datadescriptor = False
AttributeError: can't set attributeThe full traceback has been saved in /tmp/sphinx-err-e_37qs4r.log, if you want to report the issue to the developers.Please also report this if it was a user error, so that a better error message can be provided next time.A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!make: *** [Makefile:20: html] Error 2
Expected result:
The docs build just like before
Reproduces how often:
Always as a GitHub action but never locally.
Version
Operating System: Ubuntu
Python: 3.9
enum_tools: newest (fresh install for each CI pipeline)