Commit Graph

7 Commits

Author SHA1 Message Date
niuke d1eca25a3f 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: I1ec92d9cb6148e2cf0172075ec1eeeede13015fa
2023-04-28 08:20:56 +00:00
Andreas Jaeger a70af8268e Cleanup py27 support
Make a few cleanups:
- Remove obsolete sections from setup.cfg
- Cleanup doc/source/conf.py to remove now obsolete content.
- Use newer openstackdocstheme version
- Remove install_command from tox.ini, the default is fine;
  cleanup tox.ini for python3

Change-Id: I306fe1dd080839004e206ac08f3526812e406f19
2020-04-10 11:09:47 +02:00
zhangbailin 148136ac0e Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces
openstack-dev.

Change-Id: Ifdb408cadf02a22fb3a7c370235f28a371baaf3f
2018-12-03 21:38:47 -05:00
ZhaoBo c95726bbf0 Need to follow the new PTI for document build
For compliance with the Project Testing Interface as described in:
https://governance.openstack.org/tc/reference/project-testing-interface.html

For more detials information, please refer to:
http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html

To handle this, this commit changes:

- Introduce doc/requirements.txt
- Update tox.ini [docs] target for developer convenience
- Fixes a lot of warnings caused by a newer sphinx 1.6.5 because
  sphinx specified in upper-constraints.txt is used in the new PTI.
- Drop unnecessary [pbrp] warnerrors in favor of warning-is-error.

Change-Id: If40305044c9dfe0024b64bd3921232bb0a6c9372
2018-02-28 23:58:22 +09:00
Akihiro Motoki 095580ec46 Update sphinx to 1.5
Most projects now use sphinx 1.5.
sphinx 1.5 provides some new directives which are possibly useful.

sphinx 1.5 is a useful feature which considers warnings as error.
It prevents sphinx warnings into documents.
Also fixes existing sphinx warning.

At the same time, requirements.txt is synced with global-requirements.

Change-Id: I3b4a18a2483fa6966d8d4ac78dcb8ceac0524cf7
2017-03-31 00:20:56 +00:00
nizam 3f06a0b9cc Changed the home-page of neutron-specs in setup.cfg
Instead of pointing to openstack.org, the homepage has been
changed to point to the homepage of neutron-specs.

Change-Id: I7eb1747202804d3cafda0103a686766e8ea9d058
2016-10-23 21:57:33 +05:30
Kyle Mestery 4f354e9fd2 Add base neutron-specs framework
Build the base framework for the neutron-specs repository. This was taken
from the nova-specs repository and has been slightly tweaked for neutron.

Change-Id: I1f3ce2f1992491e1420a2f35e97a06b6b604f9e0
2014-04-14 03:08:02 +00:00