Skip to content

Commit

Permalink
Merge branch 'main' into sanchda/make_contextvars_indirect
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchda authored Oct 3, 2024
2 parents 09f2302 + 6db7d32 commit 7c57995
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ build:
os: ubuntu-22.04
tools:
python: "3.10"
rust: "1.78"
commands:
- git fetch --unshallow || true
- curl -L https://github.com/pypa/hatch/releases/download/hatch-v1.12.0/hatch-x86_64-unknown-linux-gnu.tar.gz | tar zx
- install -t /usr/local/bin hatch
- install -t $HOME/.asdf/bin hatch
- hatch -q
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y
- echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> "$BASH_ENV"
- hatch -v run docs:sphinx-build -W -b html docs docs/_build/html
- mv docs/_build $READTHEDOCS_OUTPUT

0 comments on commit 7c57995

Please sign in to comment.