Commit Graph

7 Commits

Author SHA1 Message Date
songwenping 8ae2d39877 setup.cfg: Replace dashes by underscores
Since setuptools v54.1.0[1], the parmeters with dash have been
deprecated in favor of the new parameters with underscore.

This change updates the parameters accordingly to avoid the warnings
like the example below.

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: I136b88f5f207acd455ad5e2e262bbbfa7774fe15
2022-08-19 10:16:42 +08:00
Andreas Jaeger 188a3338f7 Cleanup docs building
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove obsolete sections from setup.cfg
- Switch to using sphinx-build
- Remove install_command from tox.ini, the default is fine
- cleanup tox.ini
- Update pbr requirement

Change-Id: I0adc74190fa820434a46b2a6bf9247ca6eb3e51d
2020-06-04 09:42:05 +02:00
98k 7534e70e74 Update home-page
Change-Id: Ic824913c738ef6d82e23abf7780b7c10cf5167d4
2020-04-29 11:45:00 +00:00
Zuul 91db1b857d Merge "Change openstack-dev to openstack-discuss" 2020-04-29 11:37:31 +00:00
Bharat Kunwar d2b6c23959 ci: Fix and address all tox -e docs warnings
Warning is now treated as an error to prevent backlog of genuine
formatting issues, e.g. improper references, indentation and not listing
newly added specs into the index.

Change-Id: I3b8a1ce7f931bfd83db36600dc74d1d0c2ef293e
2020-04-02 11:13:31 +00:00
Vieri 866e6d1a39 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I71db7d9d4ee205b7d6b3a66dca9c33d68d69223c
2018-12-04 19:17:09 +00:00
Spyros Trigazis 74da0acf5d Initial commit
Spec repo created using the specs-cookiecutter repo [1].

[1] https://git.openstack.org/cgit/openstack-dev/specs-cookiecutter

Change-Id: Id6ed56d21ff0984ea7394e21b204a99cd2237956
2016-11-09 16:34:29 +01:00