Mercurial > trustbridge
changeset 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 | 137a0686de7b |
children | 0dd2a739906f |
files | doc/help/admin/conf.py.in doc/help/client/conf.py.in |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/help/admin/conf.py.in Mon Oct 13 17:56:50 2014 +0200 +++ b/doc/help/admin/conf.py.in Mon Oct 13 18:04:53 2014 +0200 @@ -99,7 +99,7 @@ # documentation. html_theme_options = { 'linktotheme': False, - 'cssfiles': ['@ADMIN_MANUAL_IN@/_static/extra-style.css'], + 'cssfiles': ['_static/extra-style.css'], } # Add any paths that contain custom themes here, relative to this directory.
--- a/doc/help/client/conf.py.in Mon Oct 13 17:56:50 2014 +0200 +++ b/doc/help/client/conf.py.in Mon Oct 13 18:04:53 2014 +0200 @@ -99,7 +99,7 @@ # documentation. html_theme_options = { 'linktotheme': False, - 'cssfiles': ['@HELP_MANUAL_IN@/_static/extra-style.css'], + 'cssfiles': ['_static/extra-style.css'], } # Add any paths that contain custom themes here, relative to this directory.