-
Notifications
You must be signed in to change notification settings - Fork 3
Compiling Docs
Joshua Hoskins edited this page Jun 29, 2023
·
1 revision
Build
cd docs
rm -rf build _api
sphinx-build -b html . ./build
Install
pip install -e '.[docs]'