From 16bc502aa04fb459283666b1e076b9f3c337cbb5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 22 Jul 2019 09:30:57 +0200 Subject: [PATCH] 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 --- doc/api-quick-start/source/conf.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/api-quick-start/source/conf.py b/doc/api-quick-start/source/conf.py index a26db5a130..29901e412e 100644 --- a/doc/api-quick-start/source/conf.py +++ b/doc/api-quick-start/source/conf.py @@ -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()]