1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Merge pull request #10607 from pradyunsg/fix-docs-builds

This commit is contained in:
Pradyun Gedam 2021-10-22 10:19:45 +01:00 committed by Pradyun Gedam
parent 4a4b613a7c
commit f2d776be2a
No known key found for this signature in database
GPG key ID: FF99710C4332258E
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
sphinx ~= 4.1.0
sphinx ~= 4.2
towncrier
furo
myst_parser

View file

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