project-team-guide/tox.ini
James E. Blair 0351ab6fd4 Add initial sphinx project boilerplate
This is based on infra-manual, a sphinx-only project.

Change-Id: I04692cfb45a6fa9fad07052c93bf15a44ada52ce
2015-06-08 17:40:27 -07:00

17 lines
296 B
INI

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