diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-12-20 16:25:46 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-12-20 16:25:46 +0100 |
commit | a869350e4df34c298f647bb72fc68c57e27ae12b (patch) | |
tree | 1b4cca5c8049140ae7f413222207435e713b59dc | |
parent | 71314e05fcc05c97fa90bb95ffe79c05b0a93335 (diff) |
compatibility with sphinx 1.8 on buster
-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 --------------------------------------------------- |