Commit Graph

7 Commits

Author SHA1 Message Date
Rafael Weingärtner d5261f48a3 Fix docs build error
This patch fixes docs build errors such as the ones seen in
https://review.opendev.org/c/openstack/cloudkitty-specs/+/866198

Change-Id: Ie965ad1621c984e6eaa9ae6c85fa0f637f078391
2023-01-30 08:47:13 -03:00
Pierre Riteau d1803c94ef Update tox config
Update dependencies to include upper-constraints.

Change-Id: I7d9844b6b89bc0294ad4ed339f1fa63970ef037c
2021-05-16 22:42:52 +02:00
Andreas Jaeger a9c4ac0a69 Cleanup py27 support and docs
Make a few cleanups:
- Remove obsolete sections from setup.cfg
- Remove install_command from tox.ini, merge constraints
  into dependencies
- Enable warnings for doc build, fix all warnings
- Switch to sphinx-build
- Enable warnings for doc build, fix all warnings
- Remove git handling from conf.py, openstackdocstheme does this now

Change-Id: If7918689c7101da044a38cbb66c6d9d09f8cc53f
2020-04-09 21:36:29 +02:00
Ghanshyam Mann e55dd78b26 [ussuri][goal] Drop python 2.7 support
OpenStack is dropping the py2.7 support in ussuri cycle.

specs repo has py2 specific requirement which is removed
or tox optimization.

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: I4544d8d1192539d50bca836f6699261658ae38ed
2019-12-13 00:48:38 +00:00
Luka Peschke ce74be3933 Add support for PDF documentation
Change-Id: Ie70aaa076462c7a1f3e4f84a63af5f95f381dfde
Story: 2006075
Task: 34810
2019-09-17 10:00:02 +02:00
Doug Hellmann 7f285705af 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: I16323f9f49b1cfe0107db439db71be11dd76274b
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 18:50:37 -04:00
Jeremy Liu e250610a3d Initialize cloudkitty-specs repo
Initialize repo, add specs template and tox env.

Change-Id: I88345e48dccd148f142d6c80730879e18185f003
2017-01-09 09:37:44 +08:00