From 43c90aa78fe49b83a801b3b8c93fdaa3ed6b7dfb Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 24 Aug 2021 14:53:31 +0200 Subject: add sphinx tox target This allows us to build the documentation using tox -e sphinx --- tox.ini | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tox.ini b/tox.ini index cda8de4..0bc9286 100644 --- a/tox.ini +++ b/tox.ini @@ -23,3 +23,12 @@ deps = types-tabulate commands = mypy --pretty wikimini + +[testenv:sphinx] +deps = + sphinx + sphinx_autodoc_typehints +allowlist_externals = make +changedir={toxinidir}{/}doc +commands = + make html -- cgit v1.2.3