File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 = []
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ commands =
2424description = Remove bytecode and other debris
2525skip_install = true
2626deps = 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]
3030description = Build package documentation (HTML)
You can’t perform that action at this time.
0 commit comments