Skip to content

Commit 1208720

Browse files
author
Phil Rzewski
committed
Enable Sphinx viewcode extension (links to source code)
1 parent 3ec0ee4 commit 1208720

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
@@ -30,7 +30,7 @@
3030
# Add any Sphinx extension module names here, as strings. They can be
3131
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3232
# ones.
33-
extensions = ['sphinx.ext.autodoc']
33+
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
3434

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

0 commit comments

Comments
 (0)