We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd27e2 commit 40f78a6Copy full SHA for 40f78a6
1 file changed
tox.ini
@@ -251,6 +251,25 @@ commands =
251
"{toxworkdir}/docs/html"
252
253
254
+[testenv:docs-auto]
255
+
256
+description = build documentation
257
258
+basepython = python3.8
259
260
+deps =
261
+ Sphinx==2.2.1
262
+ sphinx-rtd-theme==0.4.3
263
+ sphinx-autobuild==0.7.1
264
265
+commands =
266
+ sphinx-autobuild \
267
+ -b html -d "{envtmpdir}/doctrees" \
268
+ --host=localhost \
269
+ "{toxinidir}/docs" \
270
+ "{toxworkdir}/docs/html"
271
272
273
##
274
# Packaging
275
0 commit comments