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'