Commit Graph

5 Commits

Author SHA1 Message Date
Ghanshyam Mann 51789f3b4f Retire openstack-specs repo
As discussed in TC meeting[1], TC is retiring the
openstack-specs repo.

[1] https://meetings.opendev.org/meetings/tc/2021/tc.2021-06-17-15.00.log.html#l-98

Change-Id: Ieb37227e6b80a64ead680ece315973e2f040da6e
2021-06-18 17:23:31 +00:00
Andreas Jaeger 70a7c6d7dd Several cleanups
Switch to openstackdocstheme, use python3 everywhere, remove
old cruft in setup.cfg.

Change-Id: Ib915d26d09a59122be15a4fa726370bde56dda90
2020-03-19 13:58:46 +01:00
Doug Hellmann 5434b04abd fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I51f1d5da9248b139a59bd9fe59b284b368b61021
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 18:49:16 -04:00
Christian Berendt 551ac5a94d Set the warnerrors pbr option in the setup.cfg file
To fail in case of any warnings or errors during the
doc build process the warnerrors pbr option has to be
set to true in the setup.cfg file.

Change-Id: I04c82cd4cc9a9ecced37da7acc0d4f602bc7d863
2015-03-04 13:02:01 +01:00
Doug Hellmann ba3f0de32f Establish sphinx build structure
Set up sphinx to convert the specs to HTML and create an empty specs
directory to hold proposed specifications.

Change-Id: Ic49cfd646fd6782bc0e539de6390217767d3c4ff
2014-11-20 16:04:18 -05:00