From ebed5dd4edf9cac664d953590a59f7e828e470b0 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 2 Sep 2017 08:46:30 -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: I965ea16d39072dbf54a0d8d8718422efe9cff457 --- doc/source/conf.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 0ce72185c0..586b062bf4 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -66,12 +66,6 @@ sample_policy_basename = '_static/keystone' 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'