From 9327161c9c0b82899554995c908164956f253ac1 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 2 Sep 2017 08:53:39 -0500 Subject: [PATCH] Remove vestigate HUDSON_PUBLISH_DOCS reference This isn't actually used and is a leftover from a thing we did seven years ago that survives today through copy-pasta. Change-Id: Ibe09b0c6e3b5f356f63fcf6eda1cdea7394e7808 --- doc/source/conf.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index f62ee84..ce77420 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -65,10 +65,6 @@ todo_include_todos = True # and the source docs do not contain the code so local, offline sphinx builds # are "clean." templates_path = [] -if os.getenv('HUDSON_PUBLISH_DOCS'): - templates_path = ['_ga', '_templates'] -else: - templates_path = ['_templates'] # The suffix of source filenames. source_suffix = '.rst' @@ -252,4 +248,4 @@ latex_documents = [ # -- Options for openstackdocstheme ------------------------------------------- repository_name = 'openstack/distil' bug_project = 'distil' -bug_tag = '' \ No newline at end of file +bug_tag = ''