Fix PEP8 error in doc source file

This wasn't checked during regular tox jobs.

Change-Id: I89d59bc1cf499b35cf3ca270a0f658ff60923869
This commit is contained in:
tengqm
2015-11-25 00:19:54 -05:00
parent 13fb8df562
commit 7d039df937

View File

@@ -72,7 +72,7 @@ bug_tag = "docs"
pwd = os.getcwd()
# html_context allows us to pass arbitrary values into the html template
html_context = {"pwd":pwd, "gitsha":gitsha, "bug_tag":bug_tag}
html_context = {"pwd": pwd, "gitsha": gitsha, "bug_tag": bug_tag}
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True