summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2022-05-28 13:06:40 -0700
committerScott Gasch <[email protected]>2022-05-28 13:06:40 -0700
commit52ff365609d3f5a81cb79dc4464b19bd5860cfc0 (patch)
tree2bc38ddeafd9033caae9a360dd05a498a1e78269 /docs/conf.py
parent9d828655494410b575a75e861900f62fcae80060 (diff)
Sphinx docs link back to code.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 615e80a..2d1ed09 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -40,6 +40,7 @@ author = 'Scott Gasch'
extensions = [
'sphinx.ext.doctest',
'sphinx.ext.autodoc',
+ 'sphinx.ext.viewcode',
]
# Add any paths that contain templates here, relative to this directory.