Skip to content

Commit c1c7dba

Browse files
committed
update intersphinx
1 parent c2efae7 commit c1c7dba

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@ def get_years(start_year=2021):
109109
napoleon_attr_annotations = True
110110

111111
intersphinx_mapping = {
112-
"python": ("https://docs.python.org/3", None),
113-
"torch": ("https://pytorch.org/docs/stable/", None),
112+
"python": ("https://docs.python.org/3.12/", None),
113+
"torch": ("https://docs.pytorch.org/docs/stable", None),
114114
"sklearn": ("https://scikit-learn.org/stable", None),
115115
"numpy": ("https://numpy.org/doc/stable/", None),
116116
"matplotlib": ("https://matplotlib.org/stable/", None),
117117
"pandas": ("https://pandas.pydata.org/docs/", None),
118-
"scipy": ("http://docs.scipy.org/doc/scipy/reference/", None),
118+
"scipy": ("https://docs.scipy.org/doc/scipy", None),
119119
"joblib": ("https://joblib.readthedocs.io/en/latest/", None),
120120
"plotly": ("https://plotly.com/python-api-reference/", None)
121121
}
@@ -236,7 +236,7 @@ def get_years(start_year=2021):
236236
# Right now, only python module types are problematic, in cebra.registry
237237
nitpick_ignore = [
238238
("py:class", "module"),
239-
("py:data", "typing.Union")
239+
#("py:data", "typing.Union")
240240
]
241241

242242
nbsphinx_thumbnails = {

0 commit comments

Comments
 (0)