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 dbc4c4c commit 816c945Copy full SHA for 816c945
.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",
0 commit comments