Skip to content

Commit

Permalink
MAINT: update links to pathlib.Path
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 11, 2024
1 parent ecd1769 commit d6e8b1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
api_github_repo = f"{ORGANIZATION}/{REPO_NAME}"
api_target_substitutions: dict[str, str | tuple[str, str]] = {
"datetime": "datetime.datetime",
"Path": "pathlib.Path",
}
author = "Common Partial Wave Analysis"
autodoc_default_options = {
Expand Down

0 comments on commit d6e8b1b

Please sign in to comment.