Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ cd "${REPO_DIR}"

# Build Sphinx docs.
python3 -m uv pip install --quiet --editable ".[docs]"
cd docs
make html
make doctest # run doctests
cd ..
make html -C docs
make doctest -C docs # run doctests

echo "All tests passed. Congrats!"
Loading