We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5026a4d commit 0f52bfeCopy full SHA for 0f52bfe
.gitignore
@@ -28,3 +28,4 @@ env
28
.eggs
29
.tox/
30
.env
31
+doc/_build
tox.ini
@@ -48,9 +48,7 @@ commands =
48
49
[testenv:docs]
50
deps = -r requirements/docs.txt
51
-# commands = sphinx-build -E -W -b dirhtml doc doc/_build/dirhtml
52
-# TODO: Switch to the above command when docs have been migrated to use the Pallets theme.
53
-commands = sphinx-build -b html -d build/doctrees doc build/html
+commands = sphinx-build -E -W -b dirhtml doc doc/_build/dirhtml
54
55
[testenv:update-pre_commit]
56
labels = update
0 commit comments