forked from github/pelican
parent
68c9ef76b2
commit
e713407f89
1 changed files with 5 additions and 0 deletions
5
tox.ini
5
tox.ini
|
|
@ -29,6 +29,11 @@ changedir = docs
|
||||||
commands =
|
commands =
|
||||||
sphinx-build -W -b html -d {envtmpdir}/doctrees . _build/html
|
sphinx-build -W -b html -d {envtmpdir}/doctrees . _build/html
|
||||||
|
|
||||||
|
[pytest]
|
||||||
|
filterwarnings =
|
||||||
|
default::DeprecationWarning
|
||||||
|
error:.*:Warning:pelican
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
application-import-names = pelican
|
application-import-names = pelican
|
||||||
import-order-style = cryptography
|
import-order-style = cryptography
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue