From d01e189c1d0368faf56291fb1fa7cc77dca6adc9 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 2 Sep 2017 08:54:17 -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: Ia05b11a59b2bca8caa7c64c3d2c9fe7e8552f519 --- doc/source/conf.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 9a3444b31..da812c871 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -47,10 +47,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'