File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -268,46 +268,6 @@ commands =
268268 " {toxworkdir}/docs/html"
269269
270270
271- # #
272- # Documentation
273- # #
274-
275- [testenv:docs]
276-
277- description = build documentation
278-
279- basepython = python3.8
280-
281- deps =
282- Sphinx ==2.2.1
283- sphinx-rtd-theme ==0.4.3
284-
285- commands =
286- sphinx-build \
287- -b html -d " {envtmpdir}/doctrees" \
288- " {toxinidir}/docs" \
289- " {toxworkdir}/docs/html"
290-
291-
292- [testenv:docs-auto]
293-
294- description = build documentation and rebuild automatically
295-
296- basepython = python3.8
297-
298- deps =
299- Sphinx ==2.2.1
300- sphinx-rtd-theme ==0.4.3
301- sphinx-autobuild ==0.7.1
302-
303- commands =
304- sphinx-autobuild \
305- -b html -d " {envtmpdir}/doctrees" \
306- --host =localhost \
307- " {toxinidir}/docs" \
308- " {toxworkdir}/docs/html"
309-
310-
311271# #
312272# Packaging
313273# #
You can’t perform that action at this time.
0 commit comments