Fix PEP8 error in doc source file
This wasn't checked during regular tox jobs. Change-Id: I89d59bc1cf499b35cf3ca270a0f658ff60923869
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user