Skip to content

Commit

Permalink
Get rid of Sphinx error filter in .toxrc; doesn't work under Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
pronovic committed Feb 7, 2021
1 parent 359d624 commit 1794a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .toxrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ changedir = docs
commands =
poetry --version
poetry version
poetry run sphinx-build -N -E -a -b html -d _build/doctrees . _build/html 2>&1 | grep -v -F --file=.sphinxignore
poetry run sphinx-build -N -E -a -b html -d _build/doctrees . _build/html

0 comments on commit 1794a73

Please sign in to comment.