From bbf9f6eb61ee84bb525def94a90e22bcf2b0d158 Mon Sep 17 00:00:00 2001 From: Steffen Schneider Date: Thu, 11 Apr 2024 22:26:56 +0200 Subject: [PATCH] Fix pandas intersphinx mapping; fix test setup (#136) --- docs/source/conf.py | 2 +- setup.cfg | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index c35ed9a5..be839ddf 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -108,7 +108,7 @@ def get_years(start_year=2021): "sklearn": ("https://scikit-learn.org/stable", None), "numpy": ("https://numpy.org/doc/stable/", None), "matplotlib": ("https://matplotlib.org/stable/", None), - "pandas": ("http://pandas.pydata.org/pandas-docs/dev", None), + "pandas": ("https://pandas.pydata.org/docs/", None), "scipy": ("http://docs.scipy.org/doc/scipy/reference/", None), "joblib": ("https://joblib.readthedocs.io/en/latest/", None), "plotly": ("https://plotly.com/python-api-reference/", None) diff --git a/setup.cfg b/setup.cfg index cd508ee3..5d6899ad 100644 --- a/setup.cfg +++ b/setup.cfg @@ -89,11 +89,11 @@ dev = isort toml coverage - pytest + pytest==7.4.4 pytest-benchmark pytest-xdist pytest-timeout - pytest-sphinx + pytest-sphinx==0.5.0 tables<=3.8 licenseheaders # TODO(stes) Add back once upstream issue @@ -105,3 +105,4 @@ dev = [bdist_wheel] universal=1 +