Commit Graph

5 Commits

Author SHA1 Message Date
niuke c9a578b3fe remove unicode literal from code
Change-Id: I8bc6f29b7f87f6a8bfb3044d3368241d2a247364
2022-11-06 17:52:23 +00:00
Andreas Jaeger e1b1d7b152 Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

Disable openstackdocs_auto_name to use 'project' variable as name.

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: Id944392d2acf01ffcb4b386434a913bfc75ccb19
2020-05-31 20:28:54 +02: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
Jean-Philippe Evrard a484272f8b Update image names
According to a meeting with portdirect, the convention for our
images is <imagename>:<tagging> where <tagging> takes the format
<version>-<distro>.

This make sure all the non-LOCI images are updated to this latest
pattern.

[1]: http://eavesdrop.openstack.org/irclogs/%23openstack-helm/%23openstack-helm.2019-03-07.log.html#t2019-03-07T17:50:58

Change-Id: Iccf07ba22a7c6bbc862a5fd2d0c08e004d60ac52
2019-03-08 11:43:05 +01: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