From 92fdc8343afaafea0e705078ed7f0933cf475715 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Thu, 1 Oct 2020 23:08:53 +0200 Subject: Fix building on buster --- docs/source/conf.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs') 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 --------------------------------------------------- -- cgit v1.2.3