From 52947db28dab34aaa2cd9bd8d20ff6a824471646 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 22 Mar 2017 23:17:08 +0000 Subject: docs: Add skeleton for Sphinx docs This is mostly the output of 'sphinx-quickstart' with all non-HTML build cruft removed and Sphinx minimum version set to 1.5. A tox target is included and the output of the docs build ignored. Signed-off-by: Stephen Finucane --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 31f1316..f1b892c 100644 --- a/tox.ini +++ b/tox.ini @@ -43,6 +43,12 @@ commands = flake8 {posargs} patchwork patchwork/bin/pwclient ignore = E129, F405 exclude = ./patchwork/migrations +[testenv:docs] +deps = + -r{toxinidir}/docs/requirements.txt +commands = + sphinx-build -W -b html docs docs/_build/html + [testenv:lint] basepython = python2.7 deps = -- cgit v1.2.3