From 52ff365609d3f5a81cb79dc4464b19bd5860cfc0 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Sat, 28 May 2022 13:06:40 -0700 Subject: [PATCH] Sphinx docs link back to code. --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) 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. -- 2.45.0