Commit Graph

5 Commits

Author SHA1 Message Date
liyou01 41f79f16a0 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

Change-Id: I4f21b16ae3518b11b49e3c190b609c44c1e753d4
2021-05-18 09:41:40 +08:00
Andreas Jaeger f26534191e Cleanup docs building
a few cleanups:
- Remove obsolete sections from setup.cfg
- Switch to using sphinx-build
- Remove install_command from tox.ini, the default is fine
- Update pbr requirements
- Fix problems, mainly "Could not lex literal block"
- Use py38 job for Victoria cycle

Change-Id: Id706786bed4b20682704d524986850b7c71e225d
2020-06-04 10:15:51 +02:00
zhangbailin d0a0accca7 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces
openstack-dev.

Change-Id: Ic542f4c15bc1c747afedf27f72f787f9fa909c6c
2019-01-21 01:00:49 +00:00
Sharat Sharma 6abce77d17 Changed the homepage of heat-specs
Change-Id: I0ca801cf7f838c85cd995e39f6ec35ca6247914a
Closes-Bug: #1626884
2016-09-23 13:25:44 +05:30
Monty Taylor 199101dec8 Added cookiecutter specs framework
Change-Id: Ie4bd91b46319531092fb45172648c6f2d767f4d3
2014-05-27 12:47:57 -07:00