Skip to content

Commit

Permalink
Hotfix readthedocs compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBouche authored Nov 16, 2023
1 parent 736ca52 commit 6b3e2c7
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ sphinx:
# formats:
# - pdf

# Optionally set the version of Python and requirements required to build your docs
build:
os: ubuntu-20.04
tools:
python:
version: "3.10"
install:
- method: pip
path: .
- requirements: requirements.dev.txt
python: "3.10"

# Optionally set the version of Python and requirements required to build your docs
python:
version: "3.10"
install:
- method: pip
path: .
- requirements: requirements.dev.txt

0 comments on commit 6b3e2c7

Please sign in to comment.