Skip to content

Commit 31f947b

Browse files
committed
Remove duplicate intersphinx mappings
1 parent 6e5d36a commit 31f947b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/source/conf.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,11 @@
5555
"python": ("https://docs.python.org/3", None),
5656
"matplotlib": ("https://matplotlib.org/stable/", None),
5757
"networkx": ("https://networkx.github.io/documentation/stable/", None),
58-
"nx": ("https://networkx.github.io/documentation/stable/", None),
5958
"numpy": ("https://numpy.org/doc/stable/", None),
60-
"np": ("https://numpy.org/doc/stable/", None),
6159
"pandas": ("https://pandas.pydata.org/docs/", None),
62-
"pd": ("https://pandas.pydata.org/docs/", None),
6360
"plotly": ("https://plotly.com/python-api-reference/", None),
6461
"scipy": ("https://docs.scipy.org/doc/scipy/reference/", None),
6562
"scikit-learn": ("https://scikit-learn.org/stable/", None),
66-
"sklearn": ("https://scikit-learn.org/stable/", None),
6763
"Sphinx": ("https://www.sphinx-doc.org/en/stable/", None),
6864
"torch": ("https://pytorch.org/docs/master/", None),
6965
"lightning": ("https://lightning.ai/docs/pytorch/stable/", None),

0 commit comments

Comments
 (0)