Skip to content

Commit

Permalink
Merge pull request #1211 from CoffeaTeam/rtd-config-2
Browse files Browse the repository at this point in the history
docs: edit pre_install portion of rtd config instead of overriding all commands
  • Loading branch information
lgray authored Nov 19, 2024
2 parents 6a1b100 + 93b03b2 commit b3f81f9
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 b3f81f9

Please sign in to comment.