Overriding configured project name with name extraceted from package(freezer)

[openstackdocstheme] overriding configured project name (Python) with
name extracted from the package (freezer); you can disable this behavior
with the 'openstackdocs_auto_name' option

Change-Id: Ic6b6dbe567a1dec92c5c4c9490b0672cc96d1d1f
This commit is contained in:
Caihui 2020-07-05 20:54:31 -07:00
parent 339ef21789
commit e455e6b5f5
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
openstackdocs_auto_name = False
openstackdocs_repo_name = 'openstack/freezer'
openstackdocs_bug_project = 'freezer'
openstackdocs_bug_tag = 'doc'