diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-10-01 23:08:53 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-10-01 23:08:53 +0200 |
commit | 92fdc8343afaafea0e705078ed7f0933cf475715 (patch) | |
tree | 1f1a648edce0263a44b955c26ba28b60f4fbaa29 /docs | |
parent | 8453c268f55ef7cfbc2fe6a6bc5c8ca7a67c8880 (diff) |
Fix building on buster
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/conf.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index df9c092..37e0e4c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -21,11 +21,13 @@ project = 'lesana' copyright = "2020, Elena Grandi" author = "Elena ``of Valhalla''" -# The short version -version = '0.6' # The full version, including alpha/beta/rc tags release = '0.6.0' +# The major project version +version = '0.6' +# compatibility with sphinx 1.8 on buster +master_doc = 'index' # -- General configuration --------------------------------------------------- |