Skip to content

Commit 4736584

Browse files
committed
Enable sphinx-paramlinks
Troubleshooting
1 parent 867aa93 commit 4736584

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@
4040
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
4141
# ones.
4242
extensions = [
43-
'sphinx.ext.autodoc',
43+
'sphinx.ext.autodoc', # This seems need to be the first extension to load
4444
'sphinx.ext.githubpages',
45+
'sphinx_paramlinks',
4546
]
4647

4748
# Add any paths that contain templates here, relative to this directory.
@@ -182,4 +183,4 @@
182183
epub_exclude_files = ['search.html']
183184

184185

185-
# -- Extension configuration -------------------------------------------------
186+
# -- Extension configuration -------------------------------------------------

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
furo
2-
-r ../requirements.txt
2+
sphinx-paramlinks
3+
-r ../requirements.txt

0 commit comments

Comments
 (0)