diff --git a/README.rst b/README.rst index 59b3c1c..cfdf28b 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,7 @@ project (required) The name of the OpenStack project that contains the definition of the API claimed by this service type. OpenStack project source code is found in -`https://git.openstack.org/openstack/{project}`. If the API reference docs are +`https://opendev.org/openstack/{project}`. If the API reference docs are not found in the project repository, the `api_reference_project` field can be used to indicate the repository in which they are found. diff --git a/publish.py b/publish.py index 487504e..b54f996 100644 --- a/publish.py +++ b/publish.py @@ -34,8 +34,8 @@ HEADER = '''
{specs_base}/api-wg/

The canonical source data is kept in git at: - - https://git.openstack.org/cgit/openstack/service-types-authority

+ + https://opendev.org/openstack/service-types-authority

The canonical YAML source can be found at: {specs_base}/service-types-authority/#service-data diff --git a/setup.cfg b/setup.cfg index a383a1a..d3773fd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-discuss@lists.openstack.org -home-page = http://git.openstack.org/cgit/openstack/service-types-authority +home-page = https://specs.openstack.org/openstack/service-types-authority classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -18,13 +18,5 @@ tag_build = tag_date = 0 tag_svn_revision = 0 -[build_sphinx] -all_files = 1 -build-dir = doc/build -source-dir = doc/source -# Treat sphinx warnings as errors during the docs build; this helps us keep -# the documentation clean. -warning-is-error = 1 - [wheel] universal = 1 diff --git a/tox.ini b/tox.ini index a89dae5..c2634c5 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,6 @@ skipdist = True [testenv] basepython = python3 -install_command = pip install -U {opts} {packages} setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt