Skip to content

Latest commit

 

History

History
 
 

README.md

Documentation

Sphinx docs based on ReadTheDocs.

Styleguide

  • Each page's title is in Title Case <https://en.wikipedia.org/wiki/Title_case>_.
  • Each subsection's title is in Sentence case <https://en.wikipedia.org/wiki/Sentence_case>_.

Build and view locally

Install dependencies

# full setup matching CI in .github/workflows/test-doc-build.yml
uv pip install --prerelease=allow "azure-cli>=2.65.0,<2.87.0"
uv pip install ".[all]"
cd docs
uv pip install -r requirements-docs.txt

Build and serve with live reload

./build.sh --watch --port 8000

Build once and serve manually

./build.sh
# serve without rebuilding
python3 -m http.server 8000 --directory build/html

The documentation will be available at http://127.0.0.1:8000

Add new examples

Refer to https://docs.skypilot.co/en/latest/examples/index.html#adding-an-example