We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8258486 commit 7766a00Copy full SHA for 7766a00
docs/conf.py
@@ -44,6 +44,7 @@
44
'sphinx.ext.viewcode',
45
'sphinx.ext.napoleon',
46
'sphinx.ext.githubpages',
47
+ 'sphinxcontrib.fulltoc'
48
]
49
50
# Add any paths that contain templates here, relative to this directory.
@@ -178,4 +179,4 @@
178
179
epub_exclude_files = ['search.html']
180
181
-# -- Extension configuration -------------------------------------------------
182
+# -- Extension configuration -------------------------------------------------
requirements-dev.txt
@@ -3,3 +3,4 @@ isort>=4.2.15
3
pylint==1.8.1
4
Sphinx==1.8.0
5
sphinx-autobuild==0.7.1
6
+sphinxcontrib-fulltoc==1.2.0
0 commit comments