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.