Skip to content

Commit 0f52bfe

Browse files
Update tox docs build command
1 parent 5026a4d commit 0f52bfe

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ env
2828
.eggs
2929
.tox/
3030
.env
31+
doc/_build

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ commands =
4848

4949
[testenv:docs]
5050
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
51+
commands = sphinx-build -E -W -b dirhtml doc doc/_build/dirhtml
5452

5553
[testenv:update-pre_commit]
5654
labels = update

0 commit comments

Comments
 (0)