From 19b1be669c89b7852963137da1cf08da9d4ce41a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Bla=C3=9F?= <michael.blass@uni-hamburg.de>
Date: Fri, 12 Mar 2021 14:53:13 +0100
Subject: [PATCH] ned

---
 docs/source/conf.py | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 0796a3d..01ae16b 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -1,5 +1,4 @@
-#import sphinx_rtd_theme
-
+import sphinx_rtd_theme
 
 # Configuration file for the Sphinx documentation builder.
 #
@@ -35,9 +34,9 @@ version = '0.1.3'
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 # ones.
 extensions = [
-            #'sphinxcontrib.apidoc',
-              'sphinx.ext.napoleon',
-              'sphinx_rtd_theme']
+    'sphinxcontrib.apidoc',
+    'sphinx.ext.napoleon',
+    'sphinx_rtd_theme']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
-- 
GitLab