Skip to content

Commit df934a6

Browse files
committed
Make RTD warning go away, make PyClean less verbose
1 parent d0ddcd2 commit df934a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@
5656
# Add any paths that contain custom static files (such as style sheets) here,
5757
# relative to this directory. They are copied after the builtin static files,
5858
# so a file named "default.css" will overwrite the builtin "default.css".
59-
html_static_path = ['_static']
59+
html_static_path = []

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ commands =
2424
description = Remove bytecode and other debris
2525
skip_install = true
2626
deps = pyclean
27-
commands = pyclean {posargs:. --debris --erase docs/_build/**/* docs/_build/ tests/junit-report.xml --yes --verbose}
27+
commands = pyclean {posargs:. --debris --erase docs/_build/**/* docs/_build/ tests/junit-report.xml --yes}
2828

2929
[testenv:docs]
3030
description = Build package documentation (HTML)

0 commit comments

Comments
 (0)