get_template_dir¶
- documenteer.conf.get_template_dir(root)¶
- Get the absolute path for a Documenteer template directory, for use with Sphinx’s - templates_path.- Parameters:
- root ( - str) – A root directory for the templates. For example,- pydatais the root for templates that override the pydata theme.
- Returns:
- absolute_path – An absolute path to the templates directory, for use with the - templates_pathSphinx configuration.
- Return type:
 - Examples - templates_path = [get_template_dir("pydata")]