summaryrefslogtreecommitdiff
path: root/Utilities/Sphinx/conf.py.in
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-10 10:36:43 +0200
committerStephen Kelly <steveire@gmail.com>2014-04-10 17:30:57 +0200
commit111bb67c14e90e372be300cbbd98fa88d87a8b99 (patch)
tree4656ba50eef2ee3cf358d4fedcb436c86ddd239a /Utilities/Sphinx/conf.py.in
parent5c63c1319030222b1dbf49684ee303c5532f2a3b (diff)
downloadcmake-111bb67c14e90e372be300cbbd98fa88d87a8b99.tar.gz
Help: Use a more-appropriate qthelp namespace and file name.
Use the namespace org.cmake instead of org.sphinx.cmake. Add the version to the output file name.
Diffstat (limited to 'Utilities/Sphinx/conf.py.in')
-rw-r--r--Utilities/Sphinx/conf.py.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Utilities/Sphinx/conf.py.in b/Utilities/Sphinx/conf.py.in
index ef622fda30..f7e4b8b28b 100644
--- a/Utilities/Sphinx/conf.py.in
+++ b/Utilities/Sphinx/conf.py.in
@@ -61,3 +61,7 @@ html_theme = 'default'
html_title = 'CMake %s Documentation' % release
html_short_title = '%s Documentation' % release
html_favicon = 'cmake-favicon.ico'
+# Not supported yet by sphinx:
+# https://bitbucket.org/birkenfeld/sphinx/issue/1448/make-qthelp-more-configurable
+# qthelp_namespace = "org.cmake"
+# qthelp_qch_name = "CMake-300.qch"