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
This commit is contained in:
Monty Taylor 2017-09-02 08:53:39 -05:00 committed by Feilong Wang
parent 7a606bbb87
commit 9327161c9c

View File

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