Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGES.rst
#	docs/conf.py
#	docs/history.rst
#	towncrier.toml
#	tox.ini
  • Loading branch information
jaraco committed Jun 21, 2023
2 parents d039e54 + 74b0d39 commit e36fdc8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Link dates and other references in the changelog
extensions += ['rst.linker']
link_files = {
'../CHANGES.rst': dict(
'../NEWS.rst': dict(
using=dict(
BB='https://bitbucket.org',
GH='https://github.com',
Expand Down
2 changes: 1 addition & 1 deletion docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ History

.. towncrier-draft-entries:: DRAFT, unreleased as on |today|

.. include:: ../CHANGES (links).rst
.. include:: ../NEWS (links).rst

Credits
*******
Expand Down
3 changes: 1 addition & 2 deletions towncrier.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[tool.towncrier]
filename = "CHANGES.rst"
title_format = "{version}"
# workaround for sphinx-contrib/sphinxcontrib-towncrier#83
directory = "newsfragments"
title_format = "{version}"

0 comments on commit e36fdc8

Please sign in to comment.