Skip to content

Commit 3d1fd12

Browse files
committed
add sphinx viewcode extension to add links in rendered docs to view the source code directly
1 parent 37d0795 commit 3d1fd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def get_version():
3838
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest',
3939
'sphinx.ext.intersphinx', 'sphinx.ext.todo',
4040
'sphinx.ext.coverage', 'sphinx.ext.autosummary',
41-
'sphinx.ext.napoleon']
41+
'sphinx.ext.napoleon', 'sphinx.ext.viewcode']
4242
napoleon_include_special_with_doc = False
4343

4444
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)