Skip to content

Commit 74e4b46

Browse files
authored
Update tox.ini to temporarily disable sphinx for revealjs
1 parent 884a31f commit 74e4b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ whitelist_externals = cp
4141
deps =
4242
-r{toxinidir}/doc/requirements.txt
4343
commands =
44-
sphinx-build -W --keep-going -b revealjs doc/source/ doc/build/reveal
44+
# sphinx-build -W --keep-going -b revealjs doc/source/ doc/build/reveal
4545
sphinx-build -W --keep-going -b html doc/source/ doc/build/html
4646
cp -av doc/build/reveal/_static/revealjs4 doc/build/html/_static
4747
cp -av doc/build/reveal/presentations doc/build/html/

0 commit comments

Comments
 (0)