Mercurial > trustbridge
changeset 1322:02c7dea7ea67
(issue156) Reference template directory correctly
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 13 Oct 2014 18:13:22 +0200 |
parents | 0dd2a739906f |
children | c582b935c120 |
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 18:06:13 2014 +0200 +++ b/doc/help/admin/conf.py.in Mon Oct 13 18:13:22 2014 +0200 @@ -28,7 +28,7 @@ #extensions = [''] # Add any paths that contain templates here, relative to this directory. -templates_path = ['../_templates'] +templates_path = ['@ADMIN_MANUAL_IN@/../_templates'] # The suffix of source filenames. source_suffix = '.rst'
--- a/doc/help/client/conf.py.in Mon Oct 13 18:06:13 2014 +0200 +++ b/doc/help/client/conf.py.in Mon Oct 13 18:13:22 2014 +0200 @@ -28,7 +28,7 @@ #extensions = [''] # Add any paths that contain templates here, relative to this directory. -templates_path = ['../_templates'] +templates_path = ['@HELP_MANUAL_IN@/../_templates'] # The suffix of source filenames. source_suffix = '.rst'