keystone-specs/tox.ini
Dolph Mathews 695bc41007 add v3 API documentation
These are the restructuredtext documents produced as a result of the
following changes (originally proposed to openstack/identity-api):

* Convert markdown to restructured text:
  https://review.openstack.org/#/c/128676/

* Split HTTP methods & resources from section titles:
  https://review.openstack.org/#/c/128690/

* And a few minor content changes to comply with doc8:
  https://review.openstack.org/#/c/128693/

This change also adds doc8 validation to the new api/ directory.

Change-Id: Ia575cf8f00558503bf6b4bea11836ddc1d2f1188
2014-10-17 18:25:42 -04:00

20 lines
394 B
INI

[tox]
minversion = 1.6
envlist = docs,py27
skipsdist = True
[testenv]
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
commands =
python setup.py testr --slowest --testr-args='{posargs}'
doc8 api/ specs/
[testenv:venv]
commands = {posargs}
[testenv:docs]
commands = python setup.py build_sphinx