diff --git a/doc/requirements.txt b/doc/requirements.txt new file mode 100644 index 00000000..64780122 --- /dev/null +++ b/doc/requirements.txt @@ -0,0 +1,7 @@ +pygments +demjson +doc8 +jsonschema +oslosphinx +sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 +sphinxcontrib.datatemplates diff --git a/tox.ini b/tox.ini index 9cfb5a4d..7a664e73 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ commands = [testenv:docs] commands= - python setup.py build_sphinx + sphinx-build [testenv:pep8] # This runs all lint like jobs