From 63c9325ec41f940576f05ed40102be89ddc4feb8 Mon Sep 17 00:00:00 2001 From: Carlin MacKenzie Date: Tue, 26 Mar 2024 10:39:49 +0100 Subject: [PATCH] bug: fix werkzeug link, set language to English fix duplicate link warning by including punctuation in link --- README.rst | 2 +- docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 686074d6cc..7f89752d11 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ Warning ------- The main development effort is currently on the `InvenioRDM project `_ and there will be no new releases of Invenio framework. However, each Invenio module is -actively maintained as part of `InvenioRDM `_. +actively maintained as part of `InvenioRDM. `_ **Open Source framework for large-scale digital repositories.** diff --git a/docs/conf.py b/docs/conf.py index 9544b1b4c0..dc7969d48d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -75,7 +75,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: @@ -356,7 +356,7 @@ 'python': ('https://docs.python.org/', None), 'sqlalchemy': ('http://docs.sqlalchemy.org/en/latest/', None), 'webassets': ('https://webassets.readthedocs.io/en/latest/', None), - 'werkzeug': ('https://werkzeug.palletsprojects.com/en/0.16.x/', None), + 'werkzeug': ('https://werkzeug.palletsprojects.com/', None), } # Autodoc configuration.