Commit Graph

7 Commits

Author SHA1 Message Date
jiaqi07 400b1011be Use TOX_CONSTRAINTS_FILE
UPPER_CONSTRAINTS_FILE is old name and deprecated
This allows to use upper-constraints file as more
readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>.

Change-Id: I71bfcf0576eda9f72d963c4f5d92464c5a04734e
2022-07-26 11:42:19 +08:00
Anand Bhat c6de661939 Changed minversion in tox to 3.18.0
The patch bumps min version of tox to 3.18.0 python in order to
replace tox's whitelist_externals by allowlist_externals option:
https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23

Change-Id: I4bc8f70dd208e39c41d68bb82cf54ccaea9f6ebf
2021-05-06 23:30:09 +05:30
Lukas Piwowarski bc1beebf38 Create tox environment to build pdf documentation
This patch enables building .pdf documentation using new 'pdf-docs'
tox environment. The newly created tox environment creates latex
source codes using sphinx-build and then builds the pdf
documentation using make.

Also, convert README.md to README.rst for more seamless integration
of the README file in the pdf and html documentation.

Story: 2006070
Task: 35457

Change-Id: I5c022478c9be0067c125efb4032c16cf0978330f
2020-10-01 09:23:00 +02:00
Ghanshyam Mann 65b5986a9e Set up the doc infra and add doc job
devstack-plugins-ceph does not have the doc infra set
up and no doc publish job.

This is need to add the contributor doc as per the ussuri
community goal.

Change-Id: Ib62c34b52b28b753f7f3046d51492fd8d9fb6193
2020-04-22 00:54:27 +00:00
Tom Barron d11efa9ca2 Suppress bashate line length warnings
By default bashate checks for lines longer than 80
characters and issues E006 warnings for these.

Suppress the E006 warnings since we don't enforce
this line length standard in OpenStack shell
scripts so that other warnings will be more evident.

Change-Id: Icdf32cb7e3d810d2f8644674d3516ed808c873a5
2016-05-28 05:40:23 -04:00
Andreas Jaeger b0b7d37ee5 Fix for tox 2.x
Tox 2.x does not parse the current tox file as is, the comments cause
"ValueError: No closing quotation". Remove the comments to make the file
work with recent tox.

This is caused by a backwards incompatible change in tox:
https://bitbucket.org/hpk42/tox/issues/181

Closes-Bug: #1527562
Change-Id: I2a12093dcb3207be1a888445ec59e1b7da849852
2015-12-23 08:11:48 +00:00
Sébastien Han 27d28f3101 Initial commit
Co-Authored-By: Deepak C Shetty <deepakcs@redhat.com>
Change-Id: I124b54b5068fbcd46e278281da12ea27f0034d1f
2015-11-27 19:43:03 +00:00