diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb235837d47..727db628f0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: run: | pip install restructuredtext-lint restructuredtext-lint README.rst - - uses: pre-commit/action@v3.0.0 + - uses: pre-commit/action@v3.0.1 with: extra_args: --files $(git diff origin/main --name-only) tests: diff --git a/docs/conf.py b/docs/conf.py index 1ed5c080949..877827bba24 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -393,6 +393,6 @@ def setup(app): "pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None), "matplotlib": ("https://matplotlib.org/stable", None), "cython": ("https://docs.cython.org/en/latest/", None), - "iminuit": ("https://iminuit.readthedocs.io/en/latest/", None), + "iminuit": ("https://scikit-hep.org/iminuit/", None), "traitlets": ("https://traitlets.readthedocs.io/en/stable/", None), }