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:
parent
4a4b613a7c
commit
f2d776be2a
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
sphinx ~= 4.1.0
|
||||
sphinx ~= 4.2
|
||||
towncrier
|
||||
furo
|
||||
myst_parser
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue