summaryrefslogtreecommitdiffstats
path: root/Utilities/Sphinx/conf.py.in
diff options
context:
space:
mode:
authorUwe L. Korn <uwelk@xhochy.com>2014-04-18 09:19:18 (GMT)
committerBrad King <brad.king@kitware.com>2014-04-18 12:42:34 (GMT)
commit69069cfb1ab39d3466bedce65f02aa186f4d65fd (patch)
treeefab2af1ef893911473b8f98a4b8c2dc9c8b21b1 /Utilities/Sphinx/conf.py.in
parente40fbbb0744e63401cba0958155c14fa838477cb (diff)
downloadCMake-69069cfb1ab39d3466bedce65f02aa186f4d65fd.zip
CMake-69069cfb1ab39d3466bedce65f02aa186f4d65fd.tar.gz
CMake-69069cfb1ab39d3466bedce65f02aa186f4d65fd.tar.bz2
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 ef622fd..e334389 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