
This restores the content of the repo to include all changes that were done while the content was moved to the openstack-manuals repo. There were also some updates and fixes to get the content to build and pass jobs with the current doc job definitions. Change-Id: Ic05b44a210a93667490096cffc8f2e45575ffb34
17 lines
321 B
INI
17 lines
321 B
INI
[tox]
|
|
minversion = 2.0
|
|
skipsdist = True
|
|
envlist = docs
|
|
|
|
[testenv]
|
|
setenv = VIRTUAL_ENV={envdir}
|
|
passenv = *_proxy *_PROXY ZUUL_*
|
|
|
|
[testenv:docs]
|
|
deps =
|
|
-r{toxinidir}/doc/requirements.txt
|
|
commands =
|
|
doc8 doc/source -e txt -e rst
|
|
sphinx-build -W -b html doc/source doc/build/html
|
|
{toxinidir}/tools/glossary-sort.sh
|