We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc4c4c commit 8978ca2Copy full SHA for 8978ca2
.gitignore
@@ -55,3 +55,6 @@ value
55
56
# Folder created when using make
57
cwltool_deps
58
+docs/_build/
59
+docs/autoapi/
60
+
docs/conf.py
@@ -38,6 +38,7 @@
38
extensions = [
39
"sphinx.ext.autodoc",
40
"sphinx.ext.autosummary",
41
+ "sphinx.ext.autosectionlabel",
42
"sphinx.ext.intersphinx",
43
"sphinx.ext.inheritance_diagram",
44
"autoapi.extension",
@@ -46,6 +47,8 @@
46
47
"sphinxcontrib.autoprogram",
48
]
49
50
+autosectionlabel_prefix_document = True
51
52
intersphinx_mapping = {
53
"python": ("https://docs.python.org/3", None),
54
"schema_salad": ("https://schema-salad.readthedocs.io/en/stable/", None),
0 commit comments