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: I1944cfe84eec136457f2d15a297d80b63ce74e5e
This commit is contained in:
Monty Taylor 2017-09-02 08:39:59 -05:00
parent 3cfd6593b7
commit 11b0c0e2f3
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 0 additions and 4 deletions

View File

@ -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'