conda env list
conda activate xx(your custom python env)
# ensure install webpack package etc.
nox -s docs-live
python -m build
pip uninstall pydata_sphinx_theme
pip install dist/...
A clean, three-column Sphinx theme with Bootstrap for the PyData community
SCSSBSD-3-Clause