You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(build.site) setup.py build_sphinx is deprecated >
from main *sphinx* project, and must opt-in with `[setuptools]` extras,
as described in:
- sphinx-doc/sphinx#9595
An alternative is to execute the `sphinx-build` cmd,
as described in the [docs](https://www.sphinx-doc.org/en/master/usage/quickstart.html):
sphinx-build -b html docs/source/ docs/build/
or
cd docs && make html
0 commit comments