aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-09-21 16:28:37 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-09-21 16:28:37 +0200
commitac7b1714b9be12b14175845a7894546d54b82161 (patch)
tree2497bc95eab66a7c54ab2aa4b59919a9a0dcc445
parenta3f87f9f7eea73f1345e7f842064db4839ba2552 (diff)
Compatibility with sphinx 1.8 on buster
-rw-r--r--source/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/conf.py b/source/conf.py
index feadb79..c70a378 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -24,6 +24,9 @@ author = "Elena ``of Valhalla''"
# The full version, including alpha/beta/rc tags
release = '0.1.0'
+# compatibility with sphinx 1.8 on buster
+master_doc = 'index'
+
# -- General configuration ---------------------------------------------------