From 93d2de3f81047cb3965df6c89f8536c5dea9ccd0 Mon Sep 17 00:00:00 2001 From: gord chung Date: Mon, 24 Jul 2017 22:15:43 +0000 Subject: [PATCH] remove templates they're just placeholders for nothing. Change-Id: I41d172c53b86c7f989f8cdb98cfe835dac3f10b5 --- doc/source/conf.py | 6 ------ releasenotes/source/_templates/.placeholder | 0 releasenotes/source/conf.py | 2 +- 3 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 releasenotes/source/_templates/.placeholder diff --git a/doc/source/conf.py b/doc/source/conf.py index cb324a752..131381179 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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' diff --git a/releasenotes/source/_templates/.placeholder b/releasenotes/source/_templates/.placeholder deleted file mode 100644 index e69de29bb..000000000 diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 4251f2e99..237dc40f2 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -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'