You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In conf.py one can specify a path for the templates. E.g.
# 'docx_template' need *.docx or *.dotx template file name. default is None.
docx_template = 'template.docx'
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
However, the templates_path is ignored.
The text was updated successfully, but these errors were encountered:
In
conf.py
one can specify a path for the templates. E.g.However, the
templates_path
is ignored.The text was updated successfully, but these errors were encountered: