We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d703f74 commit 6519698Copy full SHA for 6519698
tox.ini
@@ -30,13 +30,13 @@ commands = sphinx-build docs/ docs/_build {posargs}
30
31
; Below tasks are for development only (not run in CI)
32
33
-[testenv:watch-docs]
34
-deps =
35
- sphinx-autobuild
+[testenv:docs-serve]
+deps = sphinx-autobuild
36
extras = docs
37
-commands = sphinx-autobuild --open-browser docs/ docs/_build {posargs} --watch src/flask_marshmallow --delay 2
+commands = sphinx-autobuild --port=0 --open-browser --delay=2 docs/ docs/_build {posargs} --watch src --watch CONTRIBUTING.rst --watch README.rst
38
39
-[testenv:watch-readme]
+[testenv:readme-serve]
40
deps = restview
41
skip_install = true
42
commands = restview README.rst
+
0 commit comments