Skip to content

Commit

Permalink
Merge branch 'ershi/fix-github-build-docs' into 'main'
Browse files Browse the repository at this point in the history
Build docs without running doctest on GitHub

See merge request omniverse/warp!976
  • Loading branch information
shi-eric committed Jan 13, 2025
2 parents f49ee92 + e3acf49 commit 0b832e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ jobs:
python -m pip install --upgrade pip
pip install --no-cache-dir -r docs/requirements.txt
- name: Build Sphinx documentation
run: python build_docs.py
run: python build_docs.py --no_doctest
- name: Upload artifacts
uses: actions/upload-artifact@v4
id: build-docs-output
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build Warp without CUDA Support
run: python build_lib.py
- name: Build Sphinx documentation
run: python build_docs.py
run: python build_docs.py --no_doctest
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0b832e4

Please sign in to comment.