[docs] refactor remote-hosted distro (#402)

* move docs

* docs
This commit is contained in:
Xi Yan 2024-11-07 19:16:38 -08:00 committed by GitHub
parent 345ae07317
commit 8350f2df4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 44 additions and 9 deletions

View file

@ -22,6 +22,7 @@ pip install -r requirements.txt
pip install sphinx-autobuild
# This will start a local server (usually at http://127.0.0.1:8000) that automatically rebuilds and refreshes when you make changes to the documentation.
make html
sphinx-autobuild source build/html
```