Mercurial > trustbridge
comparison doc/help/client/conf.py.in @ 1320:7b42b3be0899
(issue156) Use relative path for extra stylesheet
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 13 Oct 2014 18:04:53 +0200 |
parents | 4a329513ee86 |
children | 02c7dea7ea67 |
comparison
equal
deleted
inserted
replaced
1319:137a0686de7b | 1320:7b42b3be0899 |
---|---|
97 # Theme options are theme-specific and customize the look and feel of a theme | 97 # Theme options are theme-specific and customize the look and feel of a theme |
98 # further. For a list of options available for each theme, see the | 98 # further. For a list of options available for each theme, see the |
99 # documentation. | 99 # documentation. |
100 html_theme_options = { | 100 html_theme_options = { |
101 'linktotheme': False, | 101 'linktotheme': False, |
102 'cssfiles': ['@HELP_MANUAL_IN@/_static/extra-style.css'], | 102 'cssfiles': ['_static/extra-style.css'], |
103 } | 103 } |
104 | 104 |
105 # Add any paths that contain custom themes here, relative to this directory. | 105 # Add any paths that contain custom themes here, relative to this directory. |
106 #html_theme_path = [] | 106 #html_theme_path = [] |
107 | 107 |