Skip to content

Commit

Permalink
Modernize extlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Apr 17, 2024
1 parent 4084fee commit 8aa1d1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
# -- Options for extlinks extension ------------------------------------------

extlinks = {
'arxiv': ('https://arxiv.org/abs/%s', 'arXiv:'),
'doi': ('https://doi.org/%s', 'doi:')
'arxiv': ('https://arxiv.org/abs/%s', 'arXiv:%s'),
'doi': ('https://doi.org/%s', 'doi:%s')
}


Expand Down

0 comments on commit 8aa1d1c

Please sign in to comment.