From dbf3e3681b62e8668befcd4f28b9139be16ba812 Mon Sep 17 00:00:00 2001 From: lpiwowar Date: Tue, 26 Oct 2021 09:36:09 +0200 Subject: [PATCH] Publish docs to docs.opendev.org The documentation of tempestconf should be published to opendev.org instead of openstack.org because openinfra/ projects are not expected to publish docs to openstack.org Change-Id: Id4f76a5ac5ac1fa01beacd981fc8e9e93b567a3a --- .zuul.yaml | 6 +++++- README.rst | 4 ++-- doc/source/overview.rst | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 30f497d4..d3892afd 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,7 +3,6 @@ - openstack-cover-jobs - openstack-python3-yoga-jobs - openstack-python37-jobs - - publish-openstack-docs-pti - release-notes-jobs-python3 check: jobs: @@ -61,6 +60,7 @@ # - standalone # dependencies: # - tripleo-ci-centos-8-content-provider + - opendev-tox-docs gate: jobs: - python-tempestconf-tempest-devstack-admin: @@ -103,6 +103,10 @@ # vars: *standalone # dependencies: # - tripleo-ci-centos-8-content-provider + - opendev-tox-docs + promote: + jobs: + - opendev-promote-docs experimental: jobs: - python-tempestconf-tempest-devstack-demo-train diff --git a/README.rst b/README.rst index 0b2aed7e..fd852520 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ python-tempestconf will automatically generate the tempest configuration based on your cloud. - Free software: Apache license -- Documentation: https://docs.openstack.org/python-tempestconf/latest/ +- Documentation: https://docs.opendev.org/openinfra/python-tempestconf/latest/ - Source: https://opendev.org/openinfra/python-tempestconf - Bugs: https://storyboard.openstack.org/#!/project/912 -- Release notes: https://docs.openstack.org/releasenotes/python-tempestconf +- Release notes: https://docs.opendev.org/openinfra/python-tempestconf/latest/releasenotes diff --git a/doc/source/overview.rst b/doc/source/overview.rst index 49184f1d..43fdd63f 100644 --- a/doc/source/overview.rst +++ b/doc/source/overview.rst @@ -7,8 +7,8 @@ based on your cloud. - Free software: Apache license - Documentation: - https://docs.openstack.org/python-tempestconf/latest/ + https://docs.opendev.org/openinfra/python-tempestconf/latest/ - Source: https://opendev.org/openinfra/python-tempestconf - Bugs: https://storyboard.openstack.org/#!/project/912 -- Release notes: https://docs.openstack.org/releasenotes/python-tempestconf +- Release notes: https://docs.opendev.org/openinfra/python-tempestconf/latest/releasenotes