remove templates

they're just placeholders for nothing.

Change-Id: I1b0779ec33ffa0ba15b302e7908986074e9a44fa
This commit is contained in:
gord chung 2017-07-18 20:01:13 +00:00
parent 58057667ec
commit 082368a6f2
4 changed files with 1 additions and 7 deletions

View File

@ -51,12 +51,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'