Add docs/templates to templates in conf.py

This commit is contained in:
Alec Delaney 2022-04-19 22:32:08 -04:00
parent a4ccdd1ef0
commit aeff1cddaa
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ extensions = [
]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['templates']
templates_path = ['templates', "docs/templates"]
# The suffix of source filenames.
source_suffix = {