remove templates

they're just placeholders for nothing.

Change-Id: I41d172c53b86c7f989f8cdb98cfe835dac3f10b5
This commit is contained in:
gord chung 2017-07-24 22:15:43 +00:00
parent 749200601e
commit 93d2de3f81
3 changed files with 1 additions and 7 deletions

View File

@ -59,12 +59,6 @@ wsme_protocols = ['restjson', 'restxml']
todo_include_todos = True
# Add any paths that contain templates here, relative to this directory.
if os.getenv('HUDSON_PUBLISH_DOCS'):
templates_path = ['_ga', '_templates']
else:
templates_path = ['_templates']
# The suffix of source filenames.
source_suffix = '.rst'

View File

@ -43,7 +43,7 @@ extensions = [
]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
# templates_path = ['_templates']
# The suffix of source filenames.
source_suffix = '.rst'