Skip to content

Commit

Permalink
Merge pull request #272 from JoelPasvolsky/rtd_build_os
Browse files Browse the repository at this point in the history
Update rtd.yml for build fail on ``"build.os": build not found``
  • Loading branch information
JoelPasvolsky authored Nov 2, 2023
2 parents b8efaab + 113b55d commit 180ec75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ sphinx:
configuration: docs/conf.py

python:
version: 3.8
install:
- method: pip
path: .
extra_requirements: [all]
- requirements: docs/requirements.txt

build:
os: ubuntu-22.04
tools:
python: "3.8"

0 comments on commit 180ec75

Please sign in to comment.