From c1ed6b4cbef0912ff2cea63cb280fb9feeefa7f8 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 8 Jun 2022 09:04:54 -0400 Subject: [PATCH 1/2] default to english for the language --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 89b0f34f6..baf185c03 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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: From dcb9c4f57b821cc8e1c4b5dd04b03996a8d3df06 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 8 Jun 2022 09:15:47 -0400 Subject: [PATCH 2/2] fix extlinks config --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index baf185c03..cf1b52171 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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/",