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), }