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 867aa93 commit 4736584Copy full SHA for 4736584
docs/conf.py
@@ -40,8 +40,9 @@
40
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
41
# ones.
42
extensions = [
43
- 'sphinx.ext.autodoc',
+ 'sphinx.ext.autodoc', # This seems need to be the first extension to load
44
'sphinx.ext.githubpages',
45
+ 'sphinx_paramlinks',
46
]
47
48
# Add any paths that contain templates here, relative to this directory.
@@ -182,4 +183,4 @@
182
183
epub_exclude_files = ['search.html']
184
185
-# -- Extension configuration -------------------------------------------------
186
+# -- Extension configuration -------------------------------------------------
docs/requirements.txt
@@ -1,2 +1,3 @@
1
furo
2
--r ../requirements.txt
+sphinx-paramlinks
3
+-r ../requirements.txt
0 commit comments