summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTzu-ping Chung <uranusjr@gmail.com>2021-04-15 01:31:51 +0800
committerTzu-ping Chung <uranusjr@gmail.com>2021-04-15 01:31:51 +0800
commitdf84d1ce6297818cb069378a15eab4946b06b880 (patch)
tree60510f99883c4601a5561adbfc88150585c64a6d /tools
parente6a65fc5852b0237bb588b00e51ea9384b8f23e4 (diff)
downloadpip-df84d1ce6297818cb069378a15eab4946b06b880.tar.gz
Upgrade sphinxcontrib-towncrier for docs
Diffstat (limited to 'tools')
-rw-r--r--tools/requirements/docs.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/requirements/docs.txt b/tools/requirements/docs.txt
index 199edcfd6..1ab19c9b9 100644
--- a/tools/requirements/docs.txt
+++ b/tools/requirements/docs.txt
@@ -1,11 +1,10 @@
sphinx == 3.2.1
-# FIXME: Remove towncrier constraint after upgrading sphinxcontrib-towncrier.
-towncrier < 19.9.0
+towncrier
furo
myst_parser
sphinx-copybutton
sphinx-inline-tabs
-sphinxcontrib-towncrier
+sphinxcontrib-towncrier >= 0.2.0a0
# `docs.pipext` uses pip's internals to generate documentation. So, we install
# the current directory to make it work.