We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9803c3 commit 2a945efCopy full SHA for 2a945ef
docs/conf.py
@@ -33,7 +33,9 @@
33
'sphinx.ext.intersphinx',
34
'sphinx.ext.ifconfig',
35
'sphinx.ext.viewcode',
36
- 'sphinxcontrib.napoleon']
+ # 'sphinxcontrib.napoleon' # see https://readthedocs.org/projects/sphinxcontrib-napoleon/
37
+ # 'sphinx.ext.napoleon' # use this in Sphinx 1.3+
38
+ ]
39
40
# Add any paths that contain templates here, relative to this directory.
41
templates_path = ['_templates']
0 commit comments