Skip to content

Commit

Permalink
Merge pull request LumiSpy#213 from jlaehne/fix-towncrier
Browse files Browse the repository at this point in the history
Fix failing documentation builds
  • Loading branch information
jlaehne authored Sep 8, 2024
2 parents e826dbf + b132909 commit 3755b86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/citing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and attention. Citations help us justify the effort that goes into
building and maintaining this project.

The DOI in the badge below is the `Concept DOI
<https://help.zenodo.org/faq/#versioning>`_ --
<https://support.zenodo.org/help/en-gb/1-upload-deposit/97-what-is-doi-versioning>`_ --
it can be used to cite the project without referring to a specific
version. If you are citing LumiSpy because you have used it to process data,
please use the DOI of the specific version that you have employed. You can
Expand Down
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ doc = [
"sphinx>=4.3.0",
"sphinx_rtd_theme>=0.5.1",
"sphinx-copybutton",
"sphinxcontrib-towncrier",
"towncrier",
"sphinxcontrib-towncrier>=0.3.0a0",
# unpin when sphinxcontrib-towncrier support more recent version to towncrier
"towncrier<24",
]
dev = [
"black",
Expand Down Expand Up @@ -137,8 +138,8 @@ fallback_version = "0.3.dev0"
directory = "upcoming_changes/"
filename = "CHANGELOG.rst"
issue_format = "`#{issue} <https://github.com/lumispy/lumispy/issues/{issue}>`_"
package = "lumispy"
title_format = "{version} ({project_date})"
package_dir = "lumispy"
type = [
{ directory = "new", name = "New features", showcontent = true },
{ directory = "enhancements", name = "Enhancements", showcontent = true },
Expand Down

0 comments on commit 3755b86

Please sign in to comment.