Skip to content

Commit 7766a00

Browse files
committed
Add toc extension
1 parent 8258486 commit 7766a00

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
'sphinx.ext.viewcode',
4545
'sphinx.ext.napoleon',
4646
'sphinx.ext.githubpages',
47+
'sphinxcontrib.fulltoc'
4748
]
4849

4950
# Add any paths that contain templates here, relative to this directory.
@@ -178,4 +179,4 @@
178179
epub_exclude_files = ['search.html']
179180

180181

181-
# -- Extension configuration -------------------------------------------------
182+
# -- Extension configuration -------------------------------------------------

requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ isort>=4.2.15
33
pylint==1.8.1
44
Sphinx==1.8.0
55
sphinx-autobuild==0.7.1
6+
sphinxcontrib-fulltoc==1.2.0

0 commit comments

Comments
 (0)