Skip to content

Commit c6ab30a

Browse files
authored
Merge pull request #9805 from uranusjr/sphinxcontrib-towncrier-020a0
2 parents bae5084 + a79c626 commit c6ab30a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

tools/news/template.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
{% for section in sections %}
1+
{{ top_line -}}
2+
3+
{%- for section in sections %}
24
{% set underline = "-" %}
35
{% if section %}
4-
{{section}}
6+
{{ section }}
57
{{ underline * section|length }}{% set underline = "~" %}
68

79
{% endif %}

tools/requirements/docs.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
sphinx == 3.2.1
2-
# FIXME: Remove towncrier constraint after upgrading sphinxcontrib-towncrier.
3-
towncrier < 19.9.0
2+
towncrier
43
furo
54
myst_parser
65
sphinx-copybutton
76
sphinx-inline-tabs
8-
sphinxcontrib-towncrier
7+
sphinxcontrib-towncrier >= 0.2.0a0
98

109
# `docs.pipext` uses pip's internals to generate documentation. So, we install
1110
# the current directory to make it work.

0 commit comments

Comments
 (0)