Skip to content

Commit

Permalink
Fix docs build in CI (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta authored Sep 22, 2024
1 parent 63931ba commit cae7ccf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
uses: tj-actions/changed-files@v41
with:
files: |
docs/**
examples/**
README.md
CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}
Expand Down

0 comments on commit cae7ccf

Please sign in to comment.