summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2021-12-20 16:35:04 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2021-12-20 16:35:04 +0100
commitf31359b1c822c56d24ef2e140b46e6a69770b7a8 (patch)
tree8a509718b7af46fbe28d5c5b204574da312c7db5
parentbd8894c65af5704c402760c24d546e2a823004b2 (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 720baa4..fa3312e 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -21,6 +21,8 @@ project = "Valhalla's sewing patterns"
copyright = '2021, Elena Grandi'
author = 'Elena “of Valhalla”'
+# compatibility with sphinx 1.8 on buster
+master_doc = 'index'
# -- General configuration ---------------------------------------------------