File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -8,23 +8,6 @@ setenv =
88 JUPYTER_PLATFORM_DIRS = 1
99commands = pytest
1010
11- [testenv:docs]
12- description = invoke sphinx-build to build the HTML docs
13- basepython = python3.8
14- deps = {posargs:}
15- -r requirements/docs.txt
16- allowlist_externals =find
17- setenv =
18- {[testenv]setenv}
19- commands = python -m sphinx -j2 -v -b html -d {toxworkdir}/docs_doctrees docs html
20- python -m sphinx -j2 -v -b doctest -d {toxworkdir}/docs_doctrees docs html
21- find html -type f -name " *.ipynb" -not -path " html/_sources/*" -delete
22-
23- [testenv:linkcheck]
24- description = Run Sphinx linkcheck
25- deps = -r requirements/docs.txt
26- commands = python -m sphinx -j2 -v -b linkcheck -d {toxworkdir}/docs_doctrees docs html
27-
2811[testenv:static]
2912description = Code formatting and static analysis
3013basepython = python3.8
You can’t perform that action at this time.
0 commit comments