summaryrefslogtreecommitdiff
path: root/src/cython/doc/conf.py
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-02-24 16:54:57 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-02-24 16:54:57 +0000
commit6be3c06385dfe4b005b146e004a9990d9dcc135b (patch)
treefb800cd8e633891c942222f4cd9d55be395d74af /src/cython/doc/conf.py
parent34ef9c33fc2d8b5cf9c99c42fa0c5c93e2f754be (diff)
Modifications for MacOSX compilation
Add GUDHI web site eader and nice colors for the python doc git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2109 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 20923bc3f304cfe96aec58030920c043400c3dd4
Diffstat (limited to 'src/cython/doc/conf.py')
-rwxr-xr-xsrc/cython/doc/conf.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/cython/doc/conf.py b/src/cython/doc/conf.py
index 04e65e67..42bfd59c 100755
--- a/src/cython/doc/conf.py
+++ b/src/cython/doc/conf.py
@@ -114,12 +114,16 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = 'bizstyle'
+html_theme = 'classic'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
-#html_theme_options = {}
+html_theme_options = {
+ "sidebarbgcolor": "#A1ADCD",
+ "sidebartextcolor": "black",
+ "sidebarlinkcolor": "#334D5C",
+}
# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []