diff options
-rw-r--r-- | tox.ini | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |