diff options
| author | Scott Gasch <[email protected]> | 2022-05-28 13:06:40 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-05-28 13:06:40 -0700 |
| commit | 52ff365609d3f5a81cb79dc4464b19bd5860cfc0 (patch) | |
| tree | 2bc38ddeafd9033caae9a360dd05a498a1e78269 /docs | |
| parent | 9d828655494410b575a75e861900f62fcae80060 (diff) | |
Sphinx docs link back to code.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 1 |
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. |
