Skip to content
Snippets Groups Projects
Commit ecc1b866 authored by Erik Reid's avatar Erik Reid
Browse files

build docs during tox

parent b4afa42f
No related branches found
No related tags found
No related merge requests found
[tox]
envlist = lint, typecheck
envlist = lint, typecheck, docs
[testenv:lint]
description = Lint code with Ruff
......@@ -9,4 +9,16 @@ commands = ruff check mapping_provider
[testenv:typecheck]
description = Type-check code with mypy
deps = mypy
commands = mypy mapping_provider
\ No newline at end of file
commands = mypy mapping_provider
[testenv:docs]
description = Build docs
deps =
sphinx
sphinx-rtd-theme
sphinxcontrib-plantuml
sphinxcontrib-drawio
sphinxcontrib-openapi
commands = sphinx-build -b html docs/source docs/build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment