diff --git a/doc/requirements.txt b/doc/requirements.txt index 858a5040ae..4a625664b9 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,3 @@ sphinx!=1.6.6,!=1.6.7 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.32.0 # Apache-2.0 zuul-sphinx>=0.1.1 diff --git a/doc/source/conf.py b/doc/source/conf.py index 793ad8515d..bcbd730909 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -26,9 +26,8 @@ extensions = ['custom_roles', zuul_role_paths = ['playbooks/roles'] # openstackdocstheme options -repository_name = 'openstack-infra/system-config' -bug_project = '748' -bug_tag = '' +repository_name = 'opendev/system-config' +use_storyboard = True # The suffix of source filenames. source_suffix = '.rst' diff --git a/doc/source/index.rst b/doc/source/index.rst index 2e8fd871af..6108bc9f35 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,18 +1,18 @@ -OpenStack Project Infrastructure -================================ +OpenDev Infrastructure +====================== This documentation covers the installation and maintenance of the -project infrastructure used by OpenStack. It may be of interest to +OpenDev infrastructure. It may be of interest to people who may want to help develop this infrastructure or integrate their tools into it. Some instructions may be useful to other projects that want to set up similar infrastructure systems for their developers. -OpenStack developers or users do not need to read this documentation. -Instead, see the `Infra Manual `_ -to learn how contribute to or the `OpenStack documentation -`_ on how to use OpenStack. +Developers or users of projects hosted on OpenDev do not need to read +this documentation. +Instead, see the `Infra Manual `_ +to learn how contribute. Contents: .. sidebar:: HOWTOs