Skip to content

Commit

Permalink
allow rm in tox conf
Browse files Browse the repository at this point in the history
  • Loading branch information
gawel committed Dec 28, 2022
1 parent abf7cd7 commit 48eefdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

- Fix escaping of top-level element text in ``.html()`` output

- Support (and require) cssselect 1.2+

- Drop support for python 3.5/3.6


1.4.3 (2020-11-21)
------------------
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ changedir = docs
deps =
sphinx
Pygments
allowlist_externals =
rm
commands =
rm -Rf {envtmpdir}/doctrees {envtmpdir}/html
sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
Expand Down

0 comments on commit 48eefdc

Please sign in to comment.