diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-07-05 23:28:49 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-05 23:28:49 +0900 |
commit | 236b089ad1ea7595e4c3087589e902cce699b980 (patch) | |
tree | 8096ff0e496aa39f7143441ee117e6998853d8c3 | |
parent | faae257a9d9e874067971d831e126da03a5f36b8 (diff) | |
parent | 3d737ef2b7beaac68f8a32046a4c096d35c4d7de (diff) | |
download | sphinx-git-236b089ad1ea7595e4c3087589e902cce699b980.tar.gz |
Merge pull request #7919 from tk0miya/use_html5lib_from_pypi
test: Use released html5lib package
-rw-r--r-- | tox.ini | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -17,7 +17,6 @@ description = py{35,36,37,38,39}: Run unit tests against {envname}. du{12,13,14}: Run unit tests with the given version of docutils. deps = - git+https://github.com/html5lib/html5lib-python # refs: https://github.com/html5lib/html5lib-python/issues/419 du12: docutils==0.12 du13: docutils==0.13.1 du14: docutils==0.14 |