Skip to content

Commit

Permalink
fix intersphinx mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener authored and inducer committed Aug 23, 2024
1 parent c84e16b commit 8d5df52
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]

intersphinx_mapping = {
"loopy": ("https://documen.tician.de/loopy/", None),
"loopy": ("https://documen.tician.de/loopy", None),
"numpy": ("https://numpy.org/doc/stable", None),
"pymbolic": ("https://documen.tician.de/pymbolic/", None),
"pytest": ("https://docs.pytest.org/en/stable/", None),
"setuptools": ("https://setuptools.pypa.io/en/latest/", None),
"pymbolic": ("https://documen.tician.de/pymbolic", None),
"pytest": ("https://docs.pytest.org/en/stable", None),
"setuptools": ("https://setuptools.pypa.io/en/latest", None),
"python": ("https://docs.python.org/3", None),
"platformdirs": ("https://platformdirs.readthedocs.io/en/latest/", None),
"platformdirs": ("https://platformdirs.readthedocs.io/en/latest", None),
}

nitpicky = True
Expand Down

0 comments on commit 8d5df52

Please sign in to comment.