diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/conf.py | 3 |
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 --------------------------------------------------- |