Skip to content

Commit f2d776b

Browse files
committed
Merge pull request pypa#10607 from pradyunsg/fix-docs-builds
1 parent 4a4b613 commit f2d776b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sphinx ~= 4.1.0
1+
sphinx ~= 4.2
22
towncrier
33
furo
44
myst_parser

tools/news/template.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
{# This is the loop that generates individual entries #}
3535
{% for message, issue_reference in sections[section_name][type_]|dictsort(by='value') %}
36+
3637
- {{ message }}
3738
{%- if type_ not in ["vendor", "process"] %} ({{ issue_reference|sort|join(', ') }}){% endif %}
3839
{% endfor %}

0 commit comments

Comments
 (0)