Merge topic 'doc-fix-html-favicon'

ca83c39c Utilities/Sphinx: Fix html_favicon configuration
This commit is contained in:
Brad King 2014-10-30 14:11:53 -04:00 committed by CMake Topic Stage
commit 927b59403f
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ html_style = 'cmake.css'
html_theme = 'default'
html_title = 'CMake %s Documentation' % release
html_short_title = '%s Documentation' % release
html_favicon = 'cmake-favicon.ico'
html_favicon = '@conf_path@/static/cmake-favicon.ico'
# Not supported yet by sphinx:
# https://bitbucket.org/birkenfeld/sphinx/issue/1448/make-qthelp-more-configurable
# qthelp_namespace = "org.cmake"