Documentation improvements
This commit is contained in:
13
tox.ini
13
tox.ini
@@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist=flake8,py38,py39,py310,py311,py312,upy,cpy,benchmark
|
||||
envlist=flake8,py38,py39,py310,py311,py312,upy,cpy,benchmark,docs
|
||||
skipsdist=True
|
||||
skip_missing_interpreters=True
|
||||
|
||||
@@ -36,7 +36,6 @@ commands=sh -c "bin/circuitpython run_tests.py"
|
||||
[testenv:upy-mac]
|
||||
allowlist_externals=micropython
|
||||
commands=micropython run_tests.py
|
||||
deps=
|
||||
|
||||
[testenv:benchmark]
|
||||
deps=
|
||||
@@ -59,3 +58,13 @@ deps=
|
||||
flake8
|
||||
commands=
|
||||
flake8 --ignore=W503 --exclude examples/templates/utemplate/templates src tests examples
|
||||
|
||||
[testenv:docs]
|
||||
changedir=docs
|
||||
deps=
|
||||
sphinx
|
||||
pyjwt
|
||||
allowlist_externals=
|
||||
make
|
||||
commands=
|
||||
make html
|
||||
|
||||
Reference in New Issue
Block a user