@@ -109,13 +109,13 @@ def get_years(start_year=2021):
109109napoleon_attr_annotations = True
110110
111111intersphinx_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
237237nitpick_ignore = [
238238 ("py:class" , "module" ),
239- ("py:data" , "typing.Union" )
239+ # ("py:data", "typing.Union")
240240]
241241
242242nbsphinx_thumbnails = {
0 commit comments