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: I37cff23175d111371bd7bcf3b53ff7e47ca80cb5
This commit is contained in:
parent
e6f9a6bb72
commit
bed562d255
@ -75,14 +75,7 @@ if not os.getenv('SPHINX_DEBUG'):
|
||||
todo_include_todos = True
|
||||
|
||||
# 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'
|
||||
|
Loading…
Reference in New Issue
Block a user