From a1f1748478125ccd68d90a98ccc06c7ec359d3a0 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 29 Jun 2017 22:17:14 +0200 Subject: [PATCH] Always set bug_project The openstackdocstheme requires now setting of bug_project, set it up everywhere. Change-Id: I778800b8944e3e1d89cdbd1f844c5830a94012d6 Depends-On: Ifd715d1d46d1b1796d79679c9e954d21e9d09455 --- doc/admin-guide/source/conf.py | 3 ++- doc/arch-design-to-archive/source/conf.py | 3 ++- doc/arch-design/source/conf.py | 3 ++- doc/cli-reference/source/conf.py | 3 ++- doc/common/source/conf.py | 3 ++- doc/config-reference/source/conf.py | 3 ++- doc/contributor-guide/source/conf.py | 3 ++- doc/ha-guide-draft/source/conf.py | 3 ++- doc/ha-guide/source/conf.py | 3 ++- doc/image-guide/source/conf.py | 3 ++- doc/install-guide/source/conf.py | 3 ++- doc/networking-guide/source/conf.py | 3 ++- doc/ops-guide/source/conf.py | 3 ++- doc/user-guide/source/conf.py | 3 ++- releasenotes/source/conf.py | 3 ++- 15 files changed, 30 insertions(+), 15 deletions(-) diff --git a/doc/admin-guide/source/conf.py b/doc/admin-guide/source/conf.py index 104af9330e..f7889215f8 100644 --- a/doc/admin-guide/source/conf.py +++ b/doc/admin-guide/source/conf.py @@ -52,7 +52,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -repository_name="openstack/openstack-manuals" +repository_name = "openstack/openstack-manuals" +bug_project = 'openstack-manuals' project = u'Administrator Guide' bug_tag = u'admin-guide' copyright = u'2015-2017, OpenStack contributors' diff --git a/doc/arch-design-to-archive/source/conf.py b/doc/arch-design-to-archive/source/conf.py index 9e18160a6e..636837b31f 100644 --- a/doc/arch-design-to-archive/source/conf.py +++ b/doc/arch-design-to-archive/source/conf.py @@ -51,7 +51,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -repository_name="openstack/openstack-manuals" +repository_name = "openstack/openstack-manuals" +bug_project = 'openstack-manuals' project = u'Architecture Design Guide' bug_tag = u'arch-design-to-archive' copyright = u'2015-2017, OpenStack contributors' diff --git a/doc/arch-design/source/conf.py b/doc/arch-design/source/conf.py index 7c4d2e49c6..c92c76cef8 100644 --- a/doc/arch-design/source/conf.py +++ b/doc/arch-design/source/conf.py @@ -54,7 +54,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -repository_name="openstack/openstack-manuals" +repository_name = "openstack/openstack-manuals" +bug_project = 'openstack-manuals' project = u'Architecture Design Guide' bug_tag = u'arch-design' copyright = u'2015-2017, OpenStack contributors' diff --git a/doc/cli-reference/source/conf.py b/doc/cli-reference/source/conf.py index 286c3f378f..64b5aabd45 100644 --- a/doc/cli-reference/source/conf.py +++ b/doc/cli-reference/source/conf.py @@ -57,7 +57,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -repository_name="openstack/openstack-manuals" +repository_name = "openstack/openstack-manuals" +bug_project = 'openstack-manuals' project = u'Command-Line Interface Reference' bug_tag = u'cli-reference' copyright = u'2015-2017, OpenStack contributors' diff --git a/doc/common/source/conf.py b/doc/common/source/conf.py index 58cd57ad53..b8bcbe57d8 100644 --- a/doc/common/source/conf.py +++ b/doc/common/source/conf.py @@ -52,7 +52,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -repository_name="openstack/openstack-manuals" +repository_name = "openstack/openstack-manuals" +bug_project = 'openstack-manuals' project = u'Common documents' bug_tag = u'common' diff --git a/doc/config-reference/source/conf.py b/doc/config-reference/source/conf.py index f0be1c1a19..b776658bab 100644 --- a/doc/config-reference/source/conf.py +++ b/doc/config-reference/source/conf.py @@ -59,7 +59,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -repository_name="openstack/openstack-manuals" +repository_name = "openstack/openstack-manuals" +bug_project = 'openstack-manuals' project = u'Configuration Reference' bug_tag = u'config-reference' copyright = u'2015-2017, OpenStack contributors' diff --git a/doc/contributor-guide/source/conf.py b/doc/contributor-guide/source/conf.py index f6ffe67d36..cd18fd4bc3 100644 --- a/doc/contributor-guide/source/conf.py +++ b/doc/contributor-guide/source/conf.py @@ -53,7 +53,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -repository_name="openstack/openstack-manuals" +repository_name = "openstack/openstack-manuals" +bug_project = 'openstack-manuals' project = u'Contributor Guide' bug_tag = u'contributor-guide' diff --git a/doc/ha-guide-draft/source/conf.py b/doc/ha-guide-draft/source/conf.py index c27d9e4dfc..6b9a498c11 100644 --- a/doc/ha-guide-draft/source/conf.py +++ b/doc/ha-guide-draft/source/conf.py @@ -51,7 +51,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -repository_name="openstack/openstack-manuals" +repository_name = "openstack/openstack-manuals" +bug_project = 'openstack-manuals' project = u'High Availability Guide Draft' bug_tag = u'ha-guide-draft' copyright = u'2017, OpenStack contributors' diff --git a/doc/ha-guide/source/conf.py b/doc/ha-guide/source/conf.py index def37f7043..d319316699 100644 --- a/doc/ha-guide/source/conf.py +++ b/doc/ha-guide/source/conf.py @@ -53,7 +53,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -repository_name="openstack/openstack-manuals" +repository_name = "openstack/openstack-manuals" +bug_project = 'openstack-manuals' project = u'High Availability Guide' bug_tag = u'ha-guide' copyright = u'2015-2017, OpenStack contributors' diff --git a/doc/image-guide/source/conf.py b/doc/image-guide/source/conf.py index 43082c7ebe..3fd3d8c785 100644 --- a/doc/image-guide/source/conf.py +++ b/doc/image-guide/source/conf.py @@ -53,7 +53,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -repository_name="openstack/openstack-manuals" +repository_name = "openstack/openstack-manuals" +bug_project = 'openstack-manuals' project = u'Virtual Machine Image Guide' bug_tag = u'image-guide' copyright = u'2015-2017, OpenStack contributors' diff --git a/doc/install-guide/source/conf.py b/doc/install-guide/source/conf.py index d277f4d934..0f3f4c4cf3 100644 --- a/doc/install-guide/source/conf.py +++ b/doc/install-guide/source/conf.py @@ -53,7 +53,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -repository_name="openstack/openstack-manuals" +repository_name = "openstack/openstack-manuals" +bug_project = 'openstack-manuals' project = u'Installation Guide' bug_tag = u'install-guide' copyright = u'2015-2017, OpenStack contributors' diff --git a/doc/networking-guide/source/conf.py b/doc/networking-guide/source/conf.py index 705959ef19..772d02deb2 100644 --- a/doc/networking-guide/source/conf.py +++ b/doc/networking-guide/source/conf.py @@ -55,7 +55,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -repository_name="openstack/openstack-manuals" +repository_name = "openstack/openstack-manuals" +bug_project = 'openstack-manuals' project = u'Networking Guide' bug_tag = u'networking-guide' copyright = u'2015-2017, OpenStack contributors' diff --git a/doc/ops-guide/source/conf.py b/doc/ops-guide/source/conf.py index 3adb3c3b7f..afc3df57f1 100644 --- a/doc/ops-guide/source/conf.py +++ b/doc/ops-guide/source/conf.py @@ -53,7 +53,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -repository_name="openstack/openstack-manuals" +repository_name = "openstack/openstack-manuals" +bug_project = 'openstack-manuals' project = u'Operations Guide' bug_tag = u'ops-guide' copyright = u'2016-2017, OpenStack contributors' diff --git a/doc/user-guide/source/conf.py b/doc/user-guide/source/conf.py index cea6655d3b..8dae14d687 100644 --- a/doc/user-guide/source/conf.py +++ b/doc/user-guide/source/conf.py @@ -53,7 +53,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -repository_name="openstack/openstack-manuals" +repository_name = "openstack/openstack-manuals" +bug_project = 'openstack-manuals' project = u'End User Guide' bug_tag = u'user-guide' diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 22c5f7645f..a19fa9b8be 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -55,7 +55,8 @@ master_doc = 'index' # General information about the project. project = u'OpenStack Documentation Team Release Notes' -repository_name="openstack/openstack-manuals" +repository_name = "openstack/openstack-manuals" +bug_project = 'openstack-manuals' bug_tag = u'releasenotes' copyright = u'2016, OpenStack contributors'