summaryrefslogtreecommitdiff
path: root/_doc/conf.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2020-09-04 16:24:53 +0200
committerAnthon van der Neut <anthon@mnt.org>2020-09-04 16:24:53 +0200
commit82b1c1cca63b6d94e28db6f1625be59efbe93c6f (patch)
tree806cf30644a4bb076ef009f6dca056fbf5a54d27 /_doc/conf.py
parente75425c94b63f376e0de91d28bc382fab6700749 (diff)
downloadruamel.yaml-82b1c1cca63b6d94e28db6f1625be59efbe93c6f.tar.gz
update links in doc0.16.12
Diffstat (limited to '_doc/conf.py')
-rw-r--r--_doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/_doc/conf.py b/_doc/conf.py
index 610eecb..3875b47 100644
--- a/_doc/conf.py
+++ b/_doc/conf.py
@@ -57,7 +57,7 @@ try:
from ruamel.yaml import __version__, version_info # NOQA
# The short X.Y version.
- version = '.'.join([str(l) for l in version_info[:3]])
+ version = '.'.join([str(ch) for ch in version_info[:3]])
# The full version, including alpha/beta/rc tags.
release = version # = __version__
except Exception as e: