diff --git a/0.6.tar.gz b/0.6.tar.gz deleted file mode 100644 index 044e09423ec61311cb4a13d4d5e4196640247545..0000000000000000000000000000000000000000 Binary files a/0.6.tar.gz and /dev/null differ diff --git a/0.7.1.tar.gz b/0.7.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d799f699342d46debe6da1ad1327e85c248967d2 Binary files /dev/null and b/0.7.1.tar.gz differ diff --git a/0001-fix-testcase-url-content-mismatch-error.patch b/0001-fix-testcase-url-content-mismatch-error.patch deleted file mode 100644 index b4b9cf350d1b916a9f0605df12c2e99c3c6fef4a..0000000000000000000000000000000000000000 --- a/0001-fix-testcase-url-content-mismatch-error.patch +++ /dev/null @@ -1,181 +0,0 @@ -From 0229e758318314ed8e82301bc80f967702a5418a Mon Sep 17 00:00:00 2001 -From: wang--ge -Date: Mon, 10 Jan 2022 19:55:27 +0800 -Subject: [PATCH] fix testcase url content mismatch error - ---- - tests/test_urls.py | 60 +++++++++++++++++++++++----------------------- - 1 file changed, 30 insertions(+), 30 deletions(-) - -diff --git a/tests/test_urls.py b/tests/test_urls.py -index 1d9736d..0e21e9d 100644 ---- a/tests/test_urls.py -+++ b/tests/test_urls.py -@@ -33,7 +33,7 @@ def test_parallel_build(): - # TODO: migrate to `app.build(..., parallel=2)` after merging - # https://github.com/sphinx-doc/sphinx/pull/8257 - subprocess.check_call('sphinx-build -j 2 -W -b html tests/examples/parallel-build build', shell=True) -- -+ - @pytest.mark.sphinx(srcdir=srcdir) - def test_404_page_created(app, status, warning): - app.build() -@@ -59,8 +59,8 @@ def test_default_settings(app, status, warning): - '
  • Documentation overview