Skip to content

Commit

Permalink
Fix ReadTheDocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquan committed Jul 2, 2024
1 parent 0c68864 commit 3b07d62
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ jobs:
args: --release --out dist --find-interpreter
sccache: 'true'
manylinux: auto
- name: Build musl wheels
uses: PyO3/maturin-action@v1
with:
target: x86_64-unknown-linux-musl
args: --release --out dist -i python3.12
sccache: 'true'
manylinux: musllinux_1_1
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ formats:
- pdf

# Optionally set the version of Python and requirements required to build your docs
build:
os: ubuntu-24.04
tools:
python: "3.12"

python:
version: "3.8"
install:
- requirements: docs/requirements.txt

0 comments on commit 3b07d62

Please sign in to comment.