[Cmake-commits] CMake branch, next, updated. v3.8.0-rc3-604-geb3978b

Kitware Robot kwrobot at kitware.com
Tue Mar 28 13:45:02 EDT 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  eb3978b6688c4233a42b890ebc26e278940942b1 (commit)
       via  62b85c940622bdcc25964ed95bec68a562de59ee (commit)
      from  bc35c1bb7b1175e79dd8bc177fb47f8367fae26b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=eb3978b6688c4233a42b890ebc26e278940942b1
commit eb3978b6688c4233a42b890ebc26e278940942b1
Merge: bc35c1b 62b85c9
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Mar 28 17:40:51 2017 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Tue Mar 28 13:40:53 2017 -0400

    Stage topic 'sphinx-cmake-theme'
    
    Topic-id: 23330
    Topic-url: https://gitlab.kitware.com/cmake/cmake/merge_requests/641


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=62b85c940622bdcc25964ed95bec68a562de59ee
commit 62b85c940622bdcc25964ed95bec68a562de59ee
Author:     Matthew Woehlke <matthew.woehlke at kitware.com>
AuthorDate: Tue Mar 28 13:24:47 2017 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Mar 28 13:38:42 2017 -0400

    Utilities/Sphinx: Use brighter colors for html theme
    
    Set Sphinx `html_theme_options` to give the generated documentation a
    brighter and softer look than the default colors.

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'

-----------------------------------------------------------------------

Summary of changes:
 Utilities/Sphinx/conf.py.in |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list