Skip to content

Commit 7b3c122

Browse files
authored
Merge pull request #10607 from pradyunsg/fix-docs-builds
2 parents 98d9fdf + 14f8803 commit 7b3c122

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)