From 58b0ae2cebfc550d0042a29ca9c3e1b62da78c66 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 8 Jun 2022 09:26:54 -0400 Subject: [PATCH] Updates for sphinx 5.0 support (#1788) --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 89b0f34f6..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/", @@ -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: