Update api-site conf.py

Don't publish the version number and the badge that this is a
development version.
Update bug project.

Change-Id: Iab9b37b3610194bdae18da498eed03998256601f
This commit is contained in:
Andreas Jaeger 2019-07-22 09:30:57 +02:00
parent 7785f4d09d
commit 16bc502aa0

View File

@ -53,7 +53,7 @@ master_doc = 'index'
# General information about the project.
repository_name = 'openstack/api-site'
project = u'Openstack-API-Documentation'
bug_project = 'openstack-api-site'
bug_project = 'openstack-manuals'
bug_tag = u'api-site'
copyright = u'2017, OpenStack contributors'
@ -62,9 +62,9 @@ copyright = u'2017, OpenStack contributors'
# built documents.
#
# The short X.Y version.
version = '0.1'
version = ''
# The full version, including alpha/beta/rc tags.
release = '0.1'
release = ''
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@ -122,7 +122,9 @@ html_theme = 'openstackdocs'
# Otherwise, the list of links for the User and Ops docs
# appear in the sidebar dropdown menu.
html_theme_options = {"sidebar_dropdown": "api_ref",
"sidebar_mode": "toc"}
"sidebar_mode": "toc",
'display_badge': False,
}
# Add any paths that contain custom themes here, relative to this directory.
# html_theme_path = [openstackdocstheme.get_html_theme_path()]