Open adamtheturtle opened 1 year ago
My guess is that this is a combination of errors, and the particular UnboundLocalError
from https://github.com/sphinx-doc/sphinx/blob/6183b6abee561fc71c88fc66416d31a8f8ca009f/sphinx/ext/autodoc/__init__.py#L775-L777 is a Sphinx error.
Fix proposal for the Sphinx logging error: https://github.com/sphinx-doc/sphinx/pull/11628/files
Description
sphinx autoenum does not work with Sphinx 7.2+.
We get:
Steps to Reproduce
pip
install the following:Create the following files:
conf.py
:index.rst
:Run:
Actual result:
Expected result:
No error.
Reproduces how often:
Easily reproduced.
Version
Installation source
pip