Skip to content

Commit

Permalink
deps(docs): update towncrier to the latest version and take advantage…
Browse files Browse the repository at this point in the history
… of new config format
  • Loading branch information
onerandomusername committed Sep 24, 2022
1 parent 1860aa7 commit 9389079
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 31 deletions.
52 changes: 23 additions & 29 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,35 +33,29 @@ title_format = "v{version}"
underlines = "-~"
issue_format = ":issue:`{issue}`"

[[tool.towncrier.type]]
directory = "breaking"
name = "Breaking Changes"
showcontent = true

[[tool.towncrier.type]]
directory = "deprecate"
name = "Deprecations"
showcontent = true

[[tool.towncrier.type]]
directory = "feature"
name = "New Features"
showcontent = true

[[tool.towncrier.type]]
directory = "bugfix"
name = "Bug Fixes"
showcontent = true

[[tool.towncrier.type]]
directory = "doc"
name = "Documentation"
showcontent = true

[[tool.towncrier.type]]
directory = "misc"
name = "Miscellaneous"
showcontent = true
[tool.towncrier.fragment.breaking]
name = "Breaking Changes"
showcontent = true

[tool.towncrier.fragment.deprecate]
name = "Deprecations"
showcontent = true

[tool.towncrier.fragment.feature]
name = "New Features"
showcontent = true

[tool.towncrier.fragment.bugfix]
name = "Bug Fixes"
showcontent = true

[tool.towncrier.fragment.doc]
name = "Documentation"
showcontent = true

[tool.towncrier.fragment.misc]
name = "Miscellaneous"
showcontent = true


[tool.slotscheck]
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ sphinx~=5.1.1
sphinxcontrib-trio~=1.1.2
sphinx-hoverxref==1.1.3
sphinx-autobuild~=2021.3
sphinxcontrib-towncrier==0.2.1a0
towncrier==21.9.0
sphinxcontrib-towncrier==0.3.0a0
towncrier==22.8.0

0 comments on commit 9389079

Please sign in to comment.