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
Looks like it is come issue with using sphinx.ext.autodoc
+ /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinxrunning build_sphinxRunning Sphinx v4.3.2Exception occurred: File "/home/tkloczko/rpmbuild/BUILD/invocations-2.3.0/invocations/autodoc.py", line 90, in setup autodoc.add_documenter(TaskDocumenter)AttributeError: module 'sphinx.ext.autodoc' has no attribute 'add_documenter'The full traceback has been saved in /tmp/sphinx-err-9qv9ykir.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![tkloczko@ss-desktop SPECS]$ cat /tmp/sphinx-err-9qv9ykir.log
# Sphinx version: 4.3.2
# Python version: 3.8.12 (CPython)
# Docutils version: 0.17.1 release
# Jinja2 version: 3.0.3
# Last messages:
# Loaded extensions:Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/sphinx/setup_command.py", line 169, in run app = Sphinx(self.source_dir, self.config_dir, File "/usr/lib/python3.8/site-packages/sphinx/application.py", line 237, in __init__ self.setup_extension(extension) File "/usr/lib/python3.8/site-packages/sphinx/application.py", line 394, in setup_extension self.registry.load_extension(self, extname) File "/usr/lib/python3.8/site-packages/sphinx/registry.py", line 442, in load_extension metadata = setup(app) File "/home/tkloczko/rpmbuild/BUILD/invocations-2.3.0/invocations/autodoc.py", line 90, in setup autodoc.add_documenter(TaskDocumenter)AttributeError: module 'sphinx.ext.autodoc' has no attribute 'add_documenter'
The text was updated successfully, but these errors were encountered:
Looks like it is come issue with using
sphinx.ext.autodoc
The text was updated successfully, but these errors were encountered: