Skip to content

Commit

Permalink
docs: edit pre_install portion of rtd config instead of overriding al…
Browse files Browse the repository at this point in the history
…l commands
  • Loading branch information
lgray authored Nov 19, 2024
1 parent 6a1b100 commit 93b03b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ build:
os: ubuntu-22.04
tools:
python: "3.12"
commands:
- pip install '.[docs]'
jobs:
pre_install:
- pip install '.[docs]'
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
Expand Down

0 comments on commit 93b03b2

Please sign in to comment.