Skip to content

Commit 816c945

Browse files
committed
Add autolabels so intersphinx can link to anchors like index#install
1 parent dbc4c4c commit 816c945

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,6 @@ value
5555

5656
# Folder created when using make
5757
cwltool_deps
58+
docs/_build/
59+
docs/autoapi/
60+

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
extensions = [
3939
"sphinx.ext.autodoc",
4040
"sphinx.ext.autosummary",
41+
"sphinx.ext.autosectionlabel",
4142
"sphinx.ext.intersphinx",
4243
"sphinx.ext.inheritance_diagram",
4344
"autoapi.extension",

0 commit comments

Comments
 (0)