Skip to content

Commit

Permalink
update intersphinx_mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
gidden committed Nov 22, 2024
1 parent fed01b7 commit a564316
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import aneris


# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
Expand Down Expand Up @@ -303,6 +302,6 @@


# 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)}

bibtex_bibfiles = ["./_bib/index.bib"]

0 comments on commit a564316

Please sign in to comment.