From 57b9acd4a75923af8a96734fd7f912d8e5b72bb9 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 2 Sep 2017 08:51:05 -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: Ib5ded031edfc8021809d8fd50663f48b90518a39 --- doc/source/_templates/.placeholder | 0 doc/source/conf.py | 4 ---- 2 files changed, 4 deletions(-) delete mode 100755 doc/source/_templates/.placeholder diff --git a/doc/source/_templates/.placeholder b/doc/source/_templates/.placeholder deleted file mode 100755 index e69de29bb..000000000 diff --git a/doc/source/conf.py b/doc/source/conf.py index 7149e9040..8c350b96e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -50,10 +50,6 @@ extensions = ['sphinx.ext.autodoc', # 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'