Skip to content

Commit

Permalink
Merge branch 'main' into improve_resource_handling
Browse files Browse the repository at this point in the history
  • Loading branch information
HealthyPear committed Mar 4, 2024
2 parents 38647d0 + 6332206 commit 078d2f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,13 @@
]

templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "**.ipynb_checkpoints"]
exclude_patterns = [
"_build",
"Thumbs.db",
".DS_Store",
"**.ipynb_checkpoints",
"changes",
]
nitpicky = True

# Report warnings for all validation checks except "ES01", "SA01", "EX01"
Expand Down
4 changes: 2 additions & 2 deletions towncrier.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tool.towncrier]
package = "iact_estimator"
package_dir = "src"
directory = "docs/changes"
directory = "docs/source/changes"
filename = "docs/source/changelog.rst"
title_format = "v{version} ({project_date})"
underlines = ["=", "-", "^", "~"]
issue_format = "`#{issue} <https:///{issue}>`__"
issue_format = "`#{issue} <https://github.com/cta-observatory/iact-estimator/issues/{issue}>`__"

[[tool.towncrier.type]]
directory = "removed"
Expand Down

0 comments on commit 078d2f8

Please sign in to comment.