Skip to content

Commit 34b9854

Browse files
committed
Remove docs from tox config
1 parent d12b317 commit 34b9854

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

tox.ini

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,6 @@ setenv =
88
JUPYTER_PLATFORM_DIRS = 1
99
commands = 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]
2912
description = Code formatting and static analysis
3013
basepython = python3.8

0 commit comments

Comments
 (0)