Skip to content

Commit 7376715

Browse files
authored
doc: Update the extlinks settings for Sphinx > 6 (#2840)
1 parent f4ab975 commit 7376715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# configure links to GMT docs
4545
extlinks = {
4646
"gmt-docs": ("https://docs.generic-mapping-tools.org/6.4/%s", None),
47-
"gmt-term": ("https://docs.generic-mapping-tools.org/6.4/gmt.conf#term-%s", ""),
47+
"gmt-term": ("https://docs.generic-mapping-tools.org/6.4/gmt.conf#term-%s", "%s"),
4848
"gmt-datasets": ("https://www.generic-mapping-tools.org/remote-datasets/%s", None),
4949
}
5050

0 commit comments

Comments
 (0)