summaryrefslogtreecommitdiffstats
path: root/docs/source
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@eurephia.org>2020-07-29 15:29:12 +0200
committerDavid Sommerseth <dazo@eurephia.org>2020-07-30 17:03:42 +0200
commit421c0a73bc8e8cfed0f1188bd886e741dff1076a (patch)
tree710c4ac2ba8d150842ab65291d93563e5955c031 /docs/source
parent11d95327f1ead107139c500734ef95f4ae05a6d2 (diff)
downloadlogactio-421c0a73bc8e8cfed0f1188bd886e741dff1076a.tar.gz
logactio-421c0a73bc8e8cfed0f1188bd886e741dff1076a.tar.xz
logactio-421c0a73bc8e8cfed0f1188bd886e741dff1076a.zip
Migrate to Python 3
Signed-off-by: David Sommerseth <dazo@eurephia.org>
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index deae582..5033a0d 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -42,16 +42,16 @@ master_doc = 'index'
# General information about the project.
project = u'logactio'
-copyright = u'2012-2015, David Sommerseth'
+copyright = u'2012-2020, David Sommerseth'
# 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 = '1.0'
+version = '1.2'
# The full version, including alpha/beta/rc tags.
-release = '1.0'
+release = '1.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -223,7 +223,7 @@ man_pages = [
epub_title = u'logactio'
epub_author = u'David Sommerseth'
epub_publisher = u'David Sommerseth'
-epub_copyright = u'2012-2015, David Sommerseth'
+epub_copyright = u'2012-2020, David Sommerseth'
# The language of the text. It defaults to the language option
# or en if the language is not set.