Skip to content

Commit

Permalink
Fix doc compilation (#716)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Bittar <[email protected]>
  • Loading branch information
tbittar and tbittar committed Jan 4, 2024
1 parent a1a8921 commit a1cec57
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
@@ -1,7 +1,11 @@
version: 2

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

python:
version: 3.7
install:
- requirements: requirements-doc.txt

Expand Down

0 comments on commit a1cec57

Please sign in to comment.