Add links to source code

This commit is contained in:
Lukas Klass 2020-07-16 13:29:38 +02:00
parent dcaa0fa9ee
commit af38be02bf
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ release = '1.0.0'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ["sphinx_rtd_theme", "sphinx.ext.todo", "sphinx.ext.napoleon"]
extensions = ["sphinx_rtd_theme", "sphinx.ext.todo", "sphinx.ext.napoleon", "sphinx.ext.viewcode"]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']