Commit Graph

7 Commits

Author SHA1 Message Date
XinxinShen 00055cbc57 setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  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: Ib734fd08c9abf3bc84e2aa94f06a5eff68117b13
2021-04-28 11:27:02 +08:00
Andreas Jaeger 30c3f89f9a Cleanup py27 support and docs
Make a few cleanups:
- Remove obsolete sections from setup.cfg
- Remove python 2.7 support from requirements
- Update to current hacking version
- Update to newer openstackdocstheme
- Remove py2.7 support from setup.py

Change-Id: I8f12690a451d01c6769d2a8756ffc07b8ee0e743
2020-04-09 21:47:26 +02:00
zhangbailin 00215f7bf0 Change specs link and remove invalid setting
Change-Id: Iea0759e4615da2445f48842f3ba6b82e8bcc9899
2020-03-09 09:36:39 +00:00
zhangbailin aad2353b0d Switch to sphinx-build and cleanup
1.Sync sphinx dependency with global requirements. It caps python 2
  since sphinx 2.0 no longer supports Python 2.7.

2. Switch to using modern sphinx-build.
3. Remove oslotest, testtools packages from test-requirements.txt,
   their not used.

Change-Id: Ia25e4a06ca2ec4e0018d5763e0946ded704b521b
2020-02-27 04:21:56 +00:00
zhangbailin 84ef734891 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces
openstack-dev.

Change-Id: I710d067130c0cebef5535b9f2d37b446ec75308b
2019-06-02 06:46:44 +00:00
Yikun Jiang 24d2b6cdb2 Clean up unused cyborg-spec document
There are lots of redundant document for cyborg-spec, cyborg-spec
is not a service but just a document repo, so we don't need install,
user, admin documents.

This patch try to cleanup these unused document, and make the index
more clear.

Change-Id: Ic50ee7ede3cdf4f59fcffefbb161026b774bdd5d
2019-04-09 19:47:32 +08:00
Yumeng Bao c87d8215e6 Initialize cyborg-specs repository
This patch initializes cyborg-specs repository using cookiecutter template[1]
[1]: https://docs.openstack.org/infra/manual/creators.html#preparing-a-new-git-repository-using-cookiecutter

Change-Id: I0c1ea27b1956e9af7d5d3b8d46ee894f22acb9ff
2018-03-22 16:07:07 +08:00