[PATCH 3 of 3] (issue156) Reference template directory correctly
Wald Commits
scm-commit at wald.intevation.org
Mon Oct 13 18:13:30 CEST 2014
# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1413216802 -7200
# Node ID 02c7dea7ea676cf6de70e1dbc6d9520d39aea10c
# Parent 0dd2a739906f94253af3bdd3fa8b1817483b5aaf
(issue156) Reference template directory correctly
diff -r 0dd2a739906f -r 02c7dea7ea67 doc/help/admin/conf.py.in
--- 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'
diff -r 0dd2a739906f -r 02c7dea7ea67 doc/help/client/conf.py.in
--- 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'
More information about the Trustbridge-commits
mailing list