Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade sphinxcontrib-towncrier to 0.2.0a0 #9805

Merged
merged 2 commits into from
Apr 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions tools/news/template.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{% for section in sections %}
{{ top_line -}}

{%- for section in sections %}
{% set underline = "-" %}
{% if section %}
{{section}}
{{ section }}
{{ underline * section|length }}{% set underline = "~" %}

{% endif %}
5 changes: 2 additions & 3 deletions tools/requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
sphinx == 3.2.1
# FIXME: Remove towncrier constraint after upgrading sphinxcontrib-towncrier.
towncrier < 19.9.0
towncrier
furo
myst_parser
sphinx-copybutton
sphinx-inline-tabs
sphinxcontrib-towncrier
sphinxcontrib-towncrier >= 0.2.0a0

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