Skip to content

Commit

Permalink
docs: sphinx extlinks syntax updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Nov 9, 2022
1 parent 146039c commit 0866ee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
pygments_style = 'trac'
templates_path = ['.']
extlinks = {
'issue': ('https://github.com/BAMresearch/jupyter_analysis_tools/issues/%s', '#'),
'pr': ('https://github.com/BAMresearch/jupyter_analysis_tools/pull/%s', 'PR #'),
'issue': ('https://github.com/BAMresearch/jupyter_analysis_tools/issues/%s', '#%s'),
'pr': ('https://github.com/BAMresearch/jupyter_analysis_tools/pull/%s', 'PR #%s'),
}
# on_rtd is whether we are on readthedocs.org
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
Expand Down

0 comments on commit 0866ee7

Please sign in to comment.