Skip to content

Commit

Permalink
Fix some sklearn ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
fraimondo committed Nov 29, 2023
1 parent 576ca5a commit 96a194a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
# Sklearn doc issue to be solved in next release
("py:class", "pipeline.Pipeline"),
("py:class", "utils.metadata_routing.MetadataRequest"),
("py:class", "sklearn.utils.metadata_routing.MetadataRequest"),
("py:class", "julearn.inspect._pipeline.PipelineInspector"),
("py:obj", "joblib.parallel_backend"),
]
Expand Down

0 comments on commit 96a194a

Please sign in to comment.