Update pip install command for documentation

This commit is contained in:
Jamie Hardt
2025-12-18 20:46:33 -08:00
committed by GitHub
parent d778f64230
commit ef683a7683

View File

@@ -13,7 +13,7 @@ build:
jobs:
install:
- pip install --upgrade pip
- pip install --group 'doc'
- pip install --group 'doc' -e .
# Build documentation in the docs/ directory with Sphinx
sphinx: