2025-09-04 15:15:05 -04:00
|
|
|
name: Build Sphinx Docs Set
|
2025-09-02 11:33:37 -04:00
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches: [ main ]
|
|
|
|
pull_request:
|
|
|
|
branches: [ main ]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
docs:
|
|
|
|
runs-on: ubuntu-latest
|
2025-09-04 15:15:05 -04:00
|
|
|
|
|
|
|
name: Build Docs
|
2025-09-02 11:33:37 -04:00
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
- uses: ammaraskar/sphinx-action@0.4
|
|
|
|
with:
|
|
|
|
docs-folder: "docs/"
|
|
|
|
pre-build-command: pip install -U sphinx sphinx-rtd-theme
|