Skip to content

Commit

Permalink
doc: Update the extlinks settings for Sphinx > 6 (#2840)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Nov 30, 2023
1 parent f4ab975 commit 7376715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
# configure links to GMT docs
extlinks = {
"gmt-docs": ("https://docs.generic-mapping-tools.org/6.4/%s", None),
"gmt-term": ("https://docs.generic-mapping-tools.org/6.4/gmt.conf#term-%s", ""),
"gmt-term": ("https://docs.generic-mapping-tools.org/6.4/gmt.conf#term-%s", "%s"),
"gmt-datasets": ("https://www.generic-mapping-tools.org/remote-datasets/%s", None),
}

Expand Down

0 comments on commit 7376715

Please sign in to comment.