From 774168e93a572c6b5f368e7f7a704864494245a0 Mon Sep 17 00:00:00 2001 From: Gulliver Date: Mon, 31 May 2021 22:09:52 +0200 Subject: [PATCH] authors added, set release to 0.0.2, only language 'de' is supported --- doc/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index da3a110..45a3eaf 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -19,10 +19,10 @@ project = 'kompetenzinventar' copyright = '2021, diverse' -author = 'diverse' +author = 'Gulliver , Scammo, Weeman' # The full version, including alpha/beta/rc tags -release = '0.1' +release = '0.0.2' # -- General configuration --------------------------------------------------- @@ -42,7 +42,7 @@ templates_path = ['_templates'] # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = 'de en' +language = 'de' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files.