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 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 --------------------------------------------------- |