Merge "Small cleanups"

This commit is contained in:
Zuul 2020-02-20 14:14:31 +00:00 committed by Gerrit Code Review
commit c7d3fe75cb
4 changed files with 4 additions and 13 deletions

View File

@ -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.

View File

@ -34,8 +34,8 @@ HEADER = '''<div class="section" id="service-types-authority">
<a href='{specs_base}/api-wg/'>
{specs_base}/api-wg/</a></p>
<p>The canonical source data is kept in git at:
<a href='https://git.openstack.org/cgit/openstack/service-types-authority'>
https://git.openstack.org/cgit/openstack/service-types-authority</a></p>
<a href='https://opendev.org/openstack/service-types-authority'>
https://opendev.org/openstack/service-types-authority</a></p>
<p>The canonical YAML source can be found at:
<a href='{specs_base}/service-types-authority/#service-data'>
{specs_base}/service-types-authority/#service-data

View File

@ -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

View File

@ -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