diff --git a/doc/source/conf.py b/doc/source/conf.py index 6714762e3..f7fd6a87f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -54,10 +54,6 @@ todo_include_todos = True # Add any paths that contain templates here, relative to this directory. templates_path = [] -if os.getenv('HUDSON_PUBLISH_DOCS'): - templates_path = ['_ga', '_templates'] -else: - templates_path = ['_templates'] # The suffix of source filenames. source_suffix = '.rst'