summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2021-12-20 16:25:46 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2021-12-20 16:25:46 +0100
commita869350e4df34c298f647bb72fc68c57e27ae12b (patch)
tree1b4cca5c8049140ae7f413222207435e713b59dc
parent71314e05fcc05c97fa90bb95ffe79c05b0a93335 (diff)
compatibility with sphinx 1.8 on buster
-rw-r--r--source/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/conf.py b/source/conf.py
index 5fec8d7..290a8cd 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -21,6 +21,8 @@ project = "Valhalla's fiber craft patterns"
copyright = '2021, Elena Grandi'
author = 'Elena “of Valhalla”'
+# compatibility with sphinx 1.8 on buster
+master_doc = 'index'
# -- General configuration ---------------------------------------------------