From cae7ccfb58269a4b32a872f9e4656d6f7d60d97a Mon Sep 17 00:00:00 2001 From: Akihiro Nitta Date: Sun, 22 Sep 2024 16:43:33 +0900 Subject: [PATCH] Fix docs build in CI (#456) --- .github/workflows/documentation.yml | 1 - docs/source/conf.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 0eeac51e8..b7409140f 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -23,7 +23,6 @@ jobs: uses: tj-actions/changed-files@v41 with: files: | - docs/** examples/** README.md CHANGELOG.md diff --git a/docs/source/conf.py b/docs/source/conf.py index 07cbaa894..b13dbe8ba 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -40,7 +40,7 @@ 'python': ('https://docs.python.org/3', None), 'numpy': ('http://docs.scipy.org/doc/numpy', None), 'pandas': ('http://pandas.pydata.org/pandas-docs/dev', None), - 'torch': ('https://pytorch.org/docs/master', None), + 'torch': ('https://pytorch.org/docs/stable', None), 'optuna': ('https://optuna.readthedocs.io/en/stable/', None), 'xgboost': ('https://xgboost.readthedocs.io/en/stable/', None), }