Skip to content

Commit 2a945ef

Browse files
committed
Don't require the napoleon sphinx extension yet
1 parent e9803c3 commit 2a945ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
'sphinx.ext.intersphinx',
3434
'sphinx.ext.ifconfig',
3535
'sphinx.ext.viewcode',
36-
'sphinxcontrib.napoleon']
36+
# 'sphinxcontrib.napoleon' # see https://readthedocs.org/projects/sphinxcontrib-napoleon/
37+
# 'sphinx.ext.napoleon' # use this in Sphinx 1.3+
38+
]
3739

3840
# Add any paths that contain templates here, relative to this directory.
3941
templates_path = ['_templates']

0 commit comments

Comments
 (0)