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: I76b3427b830f63f6256a6e1f151277055f81e092
This commit is contained in:
Monty Taylor 2017-09-02 08:49:35 -05:00
parent 935f21736a
commit 1c7269a521
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 0 additions and 7 deletions

View File

@ -50,14 +50,7 @@ extensions = ['sphinx.ext.autodoc',
]
# Add any paths that contain templates here, relative to this directory.
# Changing the path so that the Hudson build output contains GA code
# 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'