diff --git a/doc/source/conf.py b/doc/source/conf.py index cf74852189..0aa4b3732c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -90,10 +90,7 @@ bug_tag = '' 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'] +templates_path = [] # The suffix of source filenames. source_suffix = '.rst'