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