From 62e76b5177ed50990315834cabb7012d303a83d5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 22 Mar 2020 19:13:49 +0100 Subject: [PATCH] Docs: Update main page for OpenDev Update conf.py and index.rst for OpenDev. Use newer openstackdocstheme and update conf.py for this. Change-Id: I62312ca1d3fda9221660b7bb664c8ea55dac68a4 --- doc/requirements.txt | 2 +- doc/source/conf.py | 5 ++--- doc/source/index.rst | 14 +++++++------- 3 files changed, 10 insertions(+), 11 deletions(-) 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