OpenStack Project Team Guide
Go to file
Doug Hellmann d912658cd4 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: Iafa3523002ac4ff06ce1218386204dac7171a964
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 18:49:20 -04:00
doc Update the URL in doc 2018-09-24 18:38:55 +08:00
.gitignore Add .gitignore 2015-06-10 12:50:37 -07:00
.gitreview Added .gitreview 2015-05-28 04:26:27 +00:00
.zuul.yaml import zuul job settings from project-config 2018-08-20 13:07:42 -04:00
LICENSE Add initial sphinx project boilerplate 2015-06-08 17:40:27 -07:00
README.rst Add initial sphinx project boilerplate 2015-06-08 17:40:27 -07:00
setup.cfg Follow the new PTI for document build 2018-08-01 16:46:54 +09:00
setup.py Add initial sphinx project boilerplate 2015-06-08 17:40:27 -07:00
tox.ini fix tox python3 overrides 2018-09-26 18:49:20 -04:00

README.rst

OpenStack Project Team Guide

To build the guide, execute the following command:

$ tox

After running tox, the documentation will be available for viewing in HTML format in the doc/build/ directory.