From af38be02bf529ae99789e8f09364fb7d1a3f5fcf Mon Sep 17 00:00:00 2001 From: LukasK13 Date: Thu, 16 Jul 2020 13:29:38 +0200 Subject: [PATCH] Add links to source code --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index c66221c..684ffb3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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']