Skip to content

Commit

Permalink
Fix issue ReadTheDocs Build (#95)
Browse files Browse the repository at this point in the history
  - the `build` section was missing in `.readthedocs.yml`
  • Loading branch information
Laurent Franceschetti committed Mar 6, 2024
1 parent bb4cc97 commit 502a3e8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ version: 2
# sphinx:
# configuration: docs/conf.py

build:
os: ubuntu-22.04
tools:
python: "3.11"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
# golang: "1.20"

# Python environment
python:
install:
Expand Down

0 comments on commit 502a3e8

Please sign in to comment.