Small cleanups
* Update git URLs to use opendev.org. * Remove obsolete sphinx instructions from setup.cfg, those are note used anymore. * Change homepage to publish page of this repo. * Remove install_command, the default works just fine. Change-Id: I9f763b0daa513868e6ce04291cea5f4c1b88a942
This commit is contained in:
parent
a4d762bf57
commit
b05ce7a695
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
10
setup.cfg
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user