summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-03-29 13:11:35 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-03-29 13:11:38 (GMT)
commitece20f7ae84db12b4ba95768e6aa5cc7e8832585 (patch)
tree8acd636831ff5d4365093b3fffd70f2eb198439b
parent3e4e6594da5668d7f80a1192594d9ee4fc790eb8 (diff)
parent62b85c940622bdcc25964ed95bec68a562de59ee (diff)
downloadCMake-ece20f7ae84db12b4ba95768e6aa5cc7e8832585.zip
CMake-ece20f7ae84db12b4ba95768e6aa5cc7e8832585.tar.gz
CMake-ece20f7ae84db12b4ba95768e6aa5cc7e8832585.tar.bz2
Merge topic 'sphinx-cmake-theme'
62b85c94 Utilities/Sphinx: Use brighter colors for html theme Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !641
-rw-r--r--Utilities/Sphinx/conf.py.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/Utilities/Sphinx/conf.py.in b/Utilities/Sphinx/conf.py.in
index e3afc78..7878ad2 100644
--- a/Utilities/Sphinx/conf.py.in
+++ b/Utilities/Sphinx/conf.py.in
@@ -54,6 +54,26 @@ html_show_sourcelink = True
html_static_path = ['@conf_path@/static']
html_style = 'cmake.css'
html_theme = 'default'
+html_theme_options = {
+ 'footerbgcolor': '#00182d',
+ 'footertextcolor': '#ffffff',
+ 'sidebarbgcolor': '#e4ece8',
+ 'sidebarbtncolor': '#00a94f',
+ 'sidebartextcolor': '#333333',
+ 'sidebarlinkcolor': '#00a94f',
+ 'relbarbgcolor': '#00529b',
+ 'relbartextcolor': '#ffffff',
+ 'relbarlinkcolor': '#ffffff',
+ 'bgcolor': '#ffffff',
+ 'textcolor': '#444444',
+ 'headbgcolor': '#f2f2f2',
+ 'headtextcolor': '#003564',
+ 'headlinkcolor': '#3d8ff2',
+ 'linkcolor': '#2b63a8',
+ 'visitedlinkcolor': '#2b63a8',
+ 'codebgcolor': '#eeeeee',
+ 'codetextcolor': '#333333',
+}
html_title = 'CMake %s Documentation' % release
html_short_title = '%s Documentation' % release
html_favicon = '@conf_path@/static/cmake-favicon.ico'