diff options
Diffstat (limited to 'doc/conf.py.in')
-rw-r--r-- | doc/conf.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py.in b/doc/conf.py.in index 5338456..08bdcd3 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -31,7 +31,7 @@ release = '@conf_release@' # full version string exclude_patterns = [] extensions = [] -templates_path = [] +templates_path = ['@conf_path@/templates'] castxml_manuals = sorted(glob.glob(r'@conf_docs@/manual/*.rst')) castxml_manual_description = re.compile('^\.\. castxml-manual-description:(.*)$') |