summaryrefslogtreecommitdiff
path: root/_doc/conf.py
diff options
context:
space:
mode:
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: