Skip to content

Commit

Permalink
chore: add readthedocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Jan 2, 2024
1 parent 66710ee commit 3be793f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ build:
os: ubuntu-22.04
tools:
python: "3.12"
rust: "1.76"
jobs:
pre_install:
- pip install maturin
- maturin build --release
- pip install target/wheels/fastcrc*.whl

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
fastcrc==0.3.0
sphinx

0 comments on commit 3be793f

Please sign in to comment.