Merged
Show file tree
Hide file tree
Changes from all commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Failed to load files.
Original file line numberDiff line numberDiff line change
Expand Up@@ -20,6 +20,10 @@ build:
3.12
apt_packages:
- inkscape
jobs:
post_checkout:
- git fetch --unshallow || true
- git fetch --tags || true

formats:
- epub
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -19,12 +19,15 @@ with advance notice in the **Deprecations** section of releases.
we named the news folder changelog


.. only:: changelog_towncrier_draft
.. only:: not is_release

.. The 'changelog_towncrier_draft' tag is included by our 'tox -e docs',
but not on readthedocs.
To be included in v\ |release| (if present)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. include:: _changelog_towncrier_draft.rst
.. towncrier-draft-entries:: |release| [ DRAFT]

Released versions
^^^^^^^^^^^^^^^^^

.. towncrier release notes start

Expand Down
Loading