We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bae5084 + a79c626 commit c6ab30aCopy full SHA for c6ab30a
tools/news/template.rst
@@ -1,7 +1,9 @@
1
-{% for section in sections %}
+{{ top_line -}}
2
+
3
+{%- for section in sections %}
4
{% set underline = "-" %}
5
{% if section %}
-{{section}}
6
+{{ section }}
7
{{ underline * section|length }}{% set underline = "~" %}
8
9
{% endif %}
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
10
# `docs.pipext` uses pip's internals to generate documentation. So, we install
11
# the current directory to make it work.
0 commit comments