There was an error while loading. Please reload this page.
1 parent 32805b1 commit fd14ae5Copy full SHA for fd14ae5
1 file changed
doc/conf.py
@@ -271,7 +271,7 @@ def autodoc_process_bases(app, name, obj, options, bases):
271
'dateutil': ('https://dateutil.readthedocs.io/en/stable/', None),
272
'ipykernel': ('https://ipykernel.readthedocs.io/en/latest/', None),
273
'numpy': ('https://numpy.org/doc/stable/', None),
274
- 'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),
+ 'pandas': ('https://pandas.pydata.org/docs/', None),
275
'pytest': ('https://pytest.org/en/stable/', None),
276
'python': ('https://docs.python.org/3/', None),
277
'scipy': ('https://docs.scipy.org/doc/scipy/', None),
0 commit comments