Sphinx docs link back to code.
authorScott Gasch <[email protected]>
Sat, 28 May 2022 20:06:40 +0000 (13:06 -0700)
committerScott Gasch <[email protected]>
Sat, 28 May 2022 20:06:40 +0000 (13:06 -0700)
docs/conf.py

index 615e80a1ece7c832f5bb1931c49fb667383b5861..2d1ed098b505ed166e409916f64c68fb3b209ed3 100644 (file)
@@ -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.