summaryrefslogtreecommitdiff
path: root/_doc/conf.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-07-03 08:47:07 +0200
committerAnthon van der Neut <anthon@mnt.org>2017-07-03 08:47:07 +0200
commit265d675e5eb9a62de4d0ceb916cdea5bd6835c30 (patch)
tree55ff568f45418e10262734f80f5bb3199b18bdf3 /_doc/conf.py
parentabb64b861ed45367cd9738ffa97ce30bd2d4e4b3 (diff)
downloadruamel.yaml-265d675e5eb9a62de4d0ceb916cdea5bd6835c30.tar.gz
allow output of supplimentary unicode characters0.15.17
Diffstat (limited to '_doc/conf.py')
-rw-r--r--_doc/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/_doc/conf.py b/_doc/conf.py
index e1b1eea..94f85e5 100644
--- a/_doc/conf.py
+++ b/_doc/conf.py
@@ -46,7 +46,7 @@ master_doc = 'index'
# General information about the project.
project = u'yaml'
-copyright = u'2016, Anthon van der Neut, Ruamel bvba'
+copyright = u'2017, Anthon van der Neut, Ruamel bvba'
author = u'Anthon van der Neut'
# The version info for the project you're documenting, acts as replacement for
@@ -58,7 +58,7 @@ try:
# The short X.Y version.
version = '.'.join(version_info[:2])
# The full version, including alpha/beta/rc tags.
- release = __version__
+ version = release = __version__
except:
version = release = 'dev'
@@ -123,7 +123,7 @@ html_theme = 'default'
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
-# html_title = None
+html_title = "python YAML package documentation"
# A shorter title for the navigation bar. Default is the same as html_title.
# html_short_title = None