Skip to content

Commit

Permalink
Fix extlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
stefraynaud committed Jul 18, 2023
1 parent 4081944 commit 748af98
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@

# %% Extlinks
extlinks = {
"issue": ("https://github.com/shom-fr/xoa/issues/%s", "GH"),
"pull": ("https://github.com/shom-fr/xoa/pulls/%s", "PR"),
"issue": ("https://github.com/shom-fr/xoa/issues/%s", "GH%s"),
"pull": ("https://github.com/shom-fr/xoa/pulls/%s", "PR%s"),
}

# %% Nbsphinx
Expand All @@ -140,15 +140,14 @@
'use_jupyter_lab': True,
},
}

# %% IPython
ipython_warning_is_error = False

# %% User directives


def setup(app):

app.add_css_file('custom.css')

app.add_object_type(
Expand Down

0 comments on commit 748af98

Please sign in to comment.