Skip to content

Commit

Permalink
Update conf.py (#506)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Kaszynski <[email protected]>
  • Loading branch information
MaxJPRey and akaszynski authored Nov 21, 2024
1 parent 8c59622 commit 2fee55c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@

# Intersphinx mapping
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
"scipy": ("https://docs.scipy.org/doc/scipy/", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"python": ("https://docs.python.org/3.11", None),
"scipy": ("https://docs.scipy.org/doc/scipy", None),
"numpy": ("https://numpy.org/doc/stable", None),
"matplotlib": ("https://matplotlib.org/stable", None),
"pandas": ("http://pandas.pydata.org/pandas-docs/stable/", None),
"pyvista": ("https://docs.pyvista.org/version/stable/", None),
"grpc": ("https://grpc.github.io/grpc/python/", None),
"pypim": ("https://pypim.docs.pyansys.com/version/stable/", None),
"pandas": ("http://pandas.pydata.org/pandas-docs/stable", None),
"pyvista": ("https://docs.pyvista.org", None),
"grpc": ("https://grpc.github.io/grpc/python", None),
"pypim": ("https://pypim.docs.pyansys.com/version/stable", None),
}

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit 2fee55c

Please sign in to comment.