Skip to content

Commit

Permalink
fix: deprecation warning for sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Apr 13, 2024
1 parent e933f0a commit 98849d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# This file is part of Invenio.
# Copyright (C) 2015-2018 CERN.
# Copyright (C) 2022 Graz University of Technology.
# Copyright (C) 2022-2024 Graz University of Technology.
#
# Invenio is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand Down Expand Up @@ -322,8 +322,8 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
"https://docs.python.org/": None,
"https://datacite.readthedocs.io/en/latest/": None,
"python": ("https://docs.python.org/", None),
"datacites": ("https://datacite.readthedocs.io/en/latest/", None),
}

# Autodoc configuraton.
Expand Down

0 comments on commit 98849d2

Please sign in to comment.