Skip to content

Commit

Permalink
Update intersphinx_mapping to non-deprecated format (#1140)
Browse files Browse the repository at this point in the history
Co-authored-by: Ludovico Bianchi <me@ludob.com>
(cherry picked from commit 7553a9d)
  • Loading branch information
lbianchi-lbl committed Apr 28, 2023
1 parent 5038da8 commit 7f5755d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"https://docs.python.org/": None}
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}

rst_epilog = """
.. |examples_reminder_text| replace:: The **examples/** directory refers to the location where the FOQUS examples were installed, as described in :ref:`install_examples`.
Expand Down

0 comments on commit 7f5755d

Please sign in to comment.