Commit Graph

7 Commits

Author SHA1 Message Date
Vladimir Kozhukalov 75b8afcffe Add pdf-docs tox env
Story: 2006104
Task: 35274
Change-Id: I949a5b26f3b46f8a5fc4514c268ddc45a502d744
2023-04-27 11:37:19 +03:00
Stephen Taylor 3fa2d51130 Update Focal-based Ceph images to Quincy
Update the Focal Dockerfiles for all Ceph images from the Pacific
16.2.10 release to Quincy 17.2.5.

Change-Id: I82e25df4ce410b9d238703c6814e492ee619bc8d
2023-01-17 13:22:52 -07:00
Andreas Jaeger 1d3fa5934d Cleanup py27 support and docs
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Remove obsolete sections from setup.cfg
- Update requirements, no need for python_version anymore
- Cleanup */source/conf.py to remove now obsolete content.
- Use newer openstackdocstheme version
- Remove install_command from tox.ini, the default is fine
- Enable warnings for doc builds, fix doc build problems

Change-Id: Id1ecc85694dddd177dde628a031b7cb637932fbc
2020-04-11 16:11:56 +02:00
jacky06 8952d711cc [ussuri][goal] Updates for python 2.7 drop
OpenStack is dropping the py2.7 support in ussuri cycle.

Only update required is in tox to define common baspython as py3 os that
all tox env including [testenv:functional] will use py3 instead of py2.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

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

Change-Id: I4066203c7eaff4b5b0e5d3e2e659d68c7f1bae25
2020-04-06 10:18:54 +08:00
gujin 3f036b5f72 tox: Keeping going with docs
1. Sphinx 1.8 introduced [1] the '--keep-going' argument which, as its name
suggests, keeps the build running when it encounters non-fatal errors.
This is exceptionally useful in avoiding a continuous edit-build loop
when undertaking large doc reworks where multiple errors may be
introduced.

2. cleanup the exists folder before run sphinx-build command

[1] https://github.com/sphinx-doc/sphinx/commit/e3483e9b045

Change-Id: I6f53d424612af8788818d23ea43460444afc2172
2019-11-01 16:21:07 +00:00
caoyuan 21ca8137b0 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I5e22c500d4d5d63b91565d3cd3e67177026d9a5d
2019-04-23 12:27:42 +00:00
Jean-Philippe Evrard 2803e7c16a Initial commit
This adds the initial files and jobs for the repository.
It is manually based on the openstack cookiecutter,
removing all the python related parts we do not need.

Change-Id: Ia3e1d0ca1eaee363b8f864de16665923d99e1dbe
2018-11-26 14:04:40 +00:00