Merge "Remove vestigate HUDSON_PUBLISH_DOCS reference"

This commit is contained in:
Jenkins 2017-09-05 05:10:45 +00:00 committed by Gerrit Code Review
commit 64e8c7619f
1 changed files with 1 additions and 4 deletions

View File

@ -90,10 +90,7 @@ bug_tag = ''
todo_include_todos = True
# Add any paths that contain templates here, relative to this directory.
if os.getenv('HUDSON_PUBLISH_DOCS'):
templates_path = ['_ga', '_templates']
else:
templates_path = ['_templates']
templates_path = []
# The suffix of source filenames.
source_suffix = '.rst'