From cef67f8324bb691e322eaaeec5361f56b1658141 Mon Sep 17 00:00:00 2001 From: Karsten Deininger Date: Mon, 16 Jan 2023 09:56:51 +0100 Subject: [PATCH] Remove unicode strings --- doc/source/conf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index f30c6680..5b4cb122 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -55,18 +55,18 @@ master_doc = 'index' # General information about the project. -project = u'OEREBlex geoLink Formatter' -copyright = u'2017, Amt für Geoinformation, Kanton Basel-Landschaft' -author = u'Karsten Deininger' +project = 'OEREBlex geoLink Formatter' +copyright = '2017, Amt für Geoinformation, Kanton Basel-Landschaft' +author = 'Karsten Deininger' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = u'{0}'.format(__version__) +version = '{0}'.format(__version__) # The full version, including alpha/beta/rc tags. -release = u'' +release = '' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.