Skip to content

Commit

Permalink
bug: fix werkzeug link, set language to English
Browse files Browse the repository at this point in the history
fix duplicate link warning by including punctuation in link
  • Loading branch information
carlinmack authored and slint committed Mar 26, 2024
1 parent 86ba293 commit 63c9325
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Warning
-------
The main development effort is currently on the `InvenioRDM project <https://inveniosoftware.org/products/rdm/>`_
and there will be no new releases of Invenio framework. However, each Invenio module is
actively maintained as part of `InvenioRDM <https://github.com/inveniosoftware/invenio-app-rdm>`_.
actively maintained as part of `InvenioRDM. <https://github.com/inveniosoftware/invenio-app-rdm>`_

**Open Source framework for large-scale digital repositories.**

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 63c9325

Please sign in to comment.