Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 588ca05

Browse files
committed
fix :pull: in whatsnew
1 parent 14ba7c5 commit 588ca05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
extlinks = {
5656
"issue": ("https://github.com/TomNicholas/datatree/issues/%s", "GH#"),
57-
"pr": ("https://github.com/TomNicholas/datatree/pull/%s", "GH#"),
57+
"pull": ("https://github.com/TomNicholas/datatree/pull/%s", "GH#"),
5858
}
5959
# Add any paths that contain templates here, relative to this directory.
6060
templates_path = ["_templates", sphinx_autosummary_accessors.templates_path]

0 commit comments

Comments
 (0)