-
Notifications
You must be signed in to change notification settings - Fork 357
Closed
Milestone
Description
When the TOC is empty, the right sidebar is still present through bd-sidebar-secondary bd-toc
This is observed in SciPy. To build SciPy and the doc (build should take around 3 mins with 6 cores, then 5 mins for the doc itself):
# once you cloned my branch: https://github.com/scipy/scipy/pull/16660
# create an conda env to install everything
# don't try on windows as it will mostly fail.
mamba create env -f environment.yml
python dev.py doc -j 6 # number of cores