We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94a34a commit 7c6d6a4Copy full SHA for 7c6d6a4
doc/source/conf.py
@@ -48,6 +48,9 @@
48
"sphinx.ext.viewcode",
49
]
50
51
+# https://github.com/sphinx-doc/sphinxcontrib-django/pull/76
52
+autodoc_use_legacy_class_based = True
53
+
54
# Add any paths that contain templates here, relative to this directory.
55
templates_path = ['_templates']
56
pyproject.toml
@@ -110,7 +110,7 @@ docs = [
110
"docutils>=0.21.2",
111
"furo>=2024.8.6",
112
"readme-renderer[md]>=44.0",
113
- "sphinx<9.0",
+ "sphinx>=8.0",
114
"sphinx-autobuild>=2024.10.3",
115
"sphinx-tabs>=3.4.7",
116
"sphinxcontrib-django>=2.5",
0 commit comments