Fix tox -e releasenotes
Fix the "openstackdocs_auto_name" configuration value type, otherwise the command will fail with the following error: Warning, treated as error: The config value `openstackdocs_auto_name' has type `str', defaults to `bool'. Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com> Change-Id: Id130a0dd9eabc2ed8847b25e8787947086863f79
This commit is contained in:
parent
62a04d430b
commit
a9eef36c25
@ -59,7 +59,7 @@ copyright = u'2017, OpenStack Developers'
|
||||
openstackdocs_repo_name = 'x/ovn-bgp-agent'
|
||||
openstackdocs_bug_project = 'ovn-bgp-agent'
|
||||
openstackdocs_bug_tag = ''
|
||||
openstackdocs_auto_name = 'False'
|
||||
openstackdocs_auto_name = False
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
|
Loading…
Reference in New Issue
Block a user