Skip to content

Commit

Permalink
Attempt to fix doc building issue
Browse files Browse the repository at this point in the history
Recent sklearn changes to BaseEstimator seems to break the documentation. See microsoft/LightGBM#5956.
  • Loading branch information
sachaMorin committed Jul 5, 2023
1 parent ee27465 commit b0ad228
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
"sphinx": ("https://www.sphinx-doc.org/en/master/", None),
"sklearn": ("https://scikit-learn.org/stable/", None),
}
intersphinx_disabled_domains = ["std"]

Expand Down

0 comments on commit b0ad228

Please sign in to comment.