From c7ae3a64820bccd5a542e1708a4cda5d4db50d7c Mon Sep 17 00:00:00 2001 From: "Lori A. Burns" Date: Tue, 1 Aug 2023 18:35:47 -0400 Subject: [PATCH] sphinx --- docs/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index cea91d279..1d210f1ff 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -90,7 +90,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" # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. @@ -190,8 +190,8 @@ # -- Extension configuration ------------------------------------------------- extlinks = { - 'issue': ('https://github.com/MolSSI/QCEngine/issues/%s', 'GH#'), - 'pr': ('https://github.com/MolSSI/QCEngine/pull/%s', 'GH#') + 'issue': ('https://github.com/MolSSI/QCEngine/issues/%s', 'GH#%s'), + 'pr': ('https://github.com/MolSSI/QCEngine/pull/%s', 'GH#%s') } # -- Options for intersphinx extension ---------------------------------------