Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1536fe9

Browse files
committed
DOC: Use the old class-based autodoc with Sphinx 9
The new version appears to be causing some issues for our missing reference checks, so reverting back to the old implementation should buy us some time to fix things.
1 parent f8f3cea commit 1536fe9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -899,3 +899,4 @@ def setup(app):
899899
if sphinx.version_info[:2] < (7, 1):
900900
app.connect('html-page-context', add_html_cache_busting, priority=1000)
901901
generate_ScalarMappable_docs()
902+
app.config.autodoc_use_legacy_class_based = True

0 commit comments

Comments
 (0)