Skip to content

Commit

Permalink
Maybe fix readthedocs build failures
Browse files Browse the repository at this point in the history
Try to fix this error:

> Problem in your project's configuration. Invalid configuration option
> "build.os": build not found
  • Loading branch information
bluetech committed Nov 7, 2023
1 parent c5eeb37 commit 53eead4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ version: 2
sphinx:
configuration: docs/conf.py

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

python:
version: 3
install:
- method: pip
path: .
Expand Down

0 comments on commit 53eead4

Please sign in to comment.