Skip to content

Commit

Permalink
Updates for sphinx 5.0 support (#1788)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jun 8, 2022
1 parent 054e181 commit 58b0ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -64,7 +64,7 @@
copyright = "2015-%s, Jupyter Development Team" % year
author = "Jupyter Development Team"

extlinks = {"ghpull": ("https://github.com/jupyter/nbconvert/pull/%s", "PR #")}
extlinks = {"ghpull": ("https://github.com/jupyter/nbconvert/pull/%s", "PR #%s")}

linkcheck_ignore = [
"https://github.com/jupyter/nbconvert/pull/",
Expand All @@ -88,7 +88,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down

0 comments on commit 58b0ae2

Please sign in to comment.