summaryrefslogtreecommitdiff
path: root/Utilities/Sphinx/conf.py.in
diff options
context:
space:
mode:
authorUwe L. Korn <uwelk@xhochy.com>2014-04-18 10:19:18 +0100
committerBrad King <brad.king@kitware.com>2014-04-18 08:42:34 -0400
commit69069cfb1ab39d3466bedce65f02aa186f4d65fd (patch)
treeefab2af1ef893911473b8f98a4b8c2dc9c8b21b1 /Utilities/Sphinx/conf.py.in
parente40fbbb0744e63401cba0958155c14fa838477cb (diff)
downloadcmake-69069cfb1ab39d3466bedce65f02aa186f4d65fd.tar.gz
Utilities/Sphinx: Port documentation generation to python3 (#14886)
Diffstat (limited to 'Utilities/Sphinx/conf.py.in')
-rw-r--r--Utilities/Sphinx/conf.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/Sphinx/conf.py.in b/Utilities/Sphinx/conf.py.in
index ef622fda30..e334389ef5 100644
--- a/Utilities/Sphinx/conf.py.in
+++ b/Utilities/Sphinx/conf.py.in
@@ -50,7 +50,7 @@ for fpath in cmake_manuals:
name, desc, [], int(sec)))
else:
sys.stderr.write("ERROR: No cmake-manual-description in '%s'\n" % fpath)
- except Exception, e:
+ except Exception as e:
sys.stderr.write("ERROR: %s\n" % str(e))
man_show_urls = False