We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d0795 commit 3d1fd12Copy full SHA for 3d1fd12
doc/conf.py
@@ -38,7 +38,7 @@ def get_version():
38
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest',
39
'sphinx.ext.intersphinx', 'sphinx.ext.todo',
40
'sphinx.ext.coverage', 'sphinx.ext.autosummary',
41
- 'sphinx.ext.napoleon']
+ 'sphinx.ext.napoleon', 'sphinx.ext.viewcode']
42
napoleon_include_special_with_doc = False
43
44
# Add any paths that contain templates here, relative to this directory.
0 commit comments