diff options
author | Zhanna Tsitkov <tsitkova@mit.edu> | 2012-05-23 15:59:24 -0400 |
---|---|---|
committer | Zhanna Tsitkov <tsitkova@mit.edu> | 2012-05-23 15:59:24 -0400 |
commit | 02e523ca70bc77dc31931c3ad430b9c13ada438e (patch) | |
tree | d20d9a4691d097a739d366f17849a3cd3c787010 /doc/rst_source/conf.py | |
parent | 9b693c2c5370a3a792f594ccb08475465438cd19 (diff) | |
download | krb5-02e523ca70bc77dc31931c3ad430b9c13ada438e.tar.gz krb5-02e523ca70bc77dc31931c3ad430b9c13ada438e.tar.xz krb5-02e523ca70bc77dc31931c3ad430b9c13ada438e.zip |
Modified the Sphinx HTML page layout
1. The Feedback button is moved into the footer;
2. The default page/doc width are set to 960px;
Diffstat (limited to 'doc/rst_source/conf.py')
-rw-r--r-- | doc/rst_source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rst_source/conf.py b/doc/rst_source/conf.py index 45d6d546e1..9331cbd022 100644 --- a/doc/rst_source/conf.py +++ b/doc/rst_source/conf.py @@ -98,7 +98,7 @@ html_theme = 'agogo' # 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 = { "headerbg": "#59121e", "linkcolor": "#a63019", "footerbg": "#59121e", "bgcolor": "#59121e" } +html_theme_options = { "linkcolor": "#a63019", "footerbg": "#59121e", "bgcolor": "#59121e", "documentwidth": "910px", "pagewidth": "960px" } # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = [] |