diff --git a/docs/conf.py b/docs/conf.py index 03e57de..17cc0f9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. @@ -11,10 +11,6 @@ from __future__ import print_function -import sys - -import sphinx.environment - from invenio_jsonschemas import __version__ # -- General configuration ------------------------------------------------ @@ -335,7 +331,9 @@ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {"https://docs.python.org/": None} +intersphinx_mapping = { + "python": ("https://docs.python.org/", None), +} # Autodoc configuraton. autoclass_content = "both"