We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991e62e commit 506cea3Copy full SHA for 506cea3
docs/conf.py
@@ -25,6 +25,7 @@
25
# coming with Sphinx (named "sphinx.ext.*") or your custom ones.
26
extensions = [
27
"sphinx.ext.autodoc",
28
+ "sphinx.ext.autosectionlabel",
29
"sphinx.ext.coverage",
30
"sphinx.ext.doctest",
31
"sphinx.ext.intersphinx",
@@ -249,6 +250,10 @@ def entire_domain(host):
249
250
"https://github.com/Julian/jsonschema/workflows/CI/badge.svg",
251
]
252
253
+# -- Options for sphinxcontrib-autosectionlabel ---------------------------
254
+
255
+autosectionlabel_prefix_document = True
256
257
# -- Options for sphinxcontrib-spelling -----------------------------------
258
259
spelling_word_list_filename = "spelling-wordlist.txt"
0 commit comments