Skip to content

Commit 39bf87a

Browse files
committed
Remove duplicate section
1 parent 789514b commit 39bf87a

1 file changed

Lines changed: 0 additions & 40 deletions

File tree

tox.ini

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff 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
##

0 commit comments

Comments
 (0)