aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 7d99144..80de842 100644
--- a/conf.py
+++ b/conf.py
@@ -27,7 +27,7 @@ release = '0.0'
27 27
28exclude_patterns = ['_build', '.venv', 'README.rst'] 28exclude_patterns = ['_build', '.venv', 'README.rst']
29 29
30pygments_style = 'sphinx' 30pygments_style = ''
31 31
32html_theme_path = [alagitpull.get_path()] 32html_theme_path = [alagitpull.get_path()]
33html_theme = 'alagitpull' 33html_theme = 'alagitpull'
Powered by cgit v1.2.3 (git 2.41.0)