diff options
-rw-r--r-- | source/conf.py | 2 |
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 --------------------------------------------------- |