From: Scott Gasch Date: Sat, 28 May 2022 20:06:40 +0000 (-0700) Subject: Sphinx docs link back to code. X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=52ff365609d3f5a81cb79dc4464b19bd5860cfc0;p=python_utils.git Sphinx docs link back to code. --- 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.