7 Commits

Author SHA1 Message Date
Adrien Vergé
47c32a7f36 Lint YAML files
Currently most OpenStack code is linted, but YAML files are not.
This patch enables linting in tox tests using the yamllint tool [1].

It also corrects some indentation misalignments and a line longer
than 80 chars; the new CI test will prevent new errors from coming in.

[1]: http://yamllint.readthedocs.org/

Change-Id: Ie33e2636be97a09f27e519be185382be82fa19f2
2016-01-25 16:32:54 +01:00
Joe Gordon
00c03a24c5 Add team:single-vendor tag
Objectively communicates when project teams are driven by a single
organization, so that this fact can be taken into account in project
adoption decisions.

Change-Id: I399046ab7c3266b08c2a48382abfb89c33aab146
2015-11-12 18:12:37 +01:00
Doug Hellmann
72b8b9a74d Build list of teams from YAML file
Render the YAML file contents as the list of official teams and create a
directive to render the list of projects with a given tag to avoid
having to update that data in two places.

Change-Id: I7c6effe6e440f2147f8c68df090152e716c38fba
2015-02-24 18:15:04 -05:00
Doug Hellmann
5415f89796 update doc build requirements
Update the versions of the tools used to build the docs and turn on
strict error checking.

Change-Id: Iae7c85aae0c2fbe1690d1e3d9cfc0492ff78ab05
2014-10-27 13:44:50 -04:00
Andreas Jaeger
dd491c3a37 Remove docutils pin
This was added to work around bug 1091333.  A new sphinx has been
released and so this is no longer necessary.

Change-Id: I9107884d964757a9154bdd1feb4ea6df4e9df43e
2014-08-27 12:18:25 +02:00
Andreas Jaeger
5e57f52d27 Change oslo.sphinx to oslosphinx
oslo.sphinx project has been renamed to oslosphinx.
Adopt usage.

Partial-Bug: #1277168

Change-Id: I271179bebbac68cb68419a7bff43336a28bba66c
2014-02-18 21:12:05 +01:00
Sean Dague
051215303a provide infrastructure for publishing docs to html
this brings over the pbr infrastructure for publishing rst files
to html with the oslo.sphix style. We'll need to move around
and reformat some of the documents for them to fully take effect
but this would be the first step in getting there.

Updated with our latest knowledge on how to do the right tox.ini
changes to handle sphinx issues.

This will then get used by another publish job to go to some
online repository.

Change-Id: I0dd3ecf0a9b3e356a4a2980a305b421b7d7b8602
2014-01-07 15:29:11 -05:00