scikit-learn / scikit-learn

scikit-learn: machine learning in Python
https://scikit-learn.org
BSD 3-Clause "New" or "Revised" License
58.49k stars 25.04k forks source link

FIX workaround to remove the left sidebar on some page #29047

Closed glemaitre closed 2 weeks ago

glemaitre commented 2 weeks ago

I think that we can go around the issue reported here: https://github.com/pydata/pydata-sphinx-theme/issues/1662

We can suppress the left sidebar with the following configuration.

github-actions[bot] commented 2 weeks ago

✔️ Linting Passed

All linting checks passed. Your pull request is in excellent shape! ☀️

Generated for commit: 4169266. Link to the linter CI: here

glemaitre commented 2 weeks ago

ping @Charlie-XIAO @adrinjalali

glemaitre commented 2 weeks ago

Just an example to show that it works:

image