Skip to content

Commit

Permalink
Merge pull request #48 from MAIF/hotfix/compilation_docs
Browse files Browse the repository at this point in the history
Hotfix readthedocs compilation
  • Loading branch information
guillaume-vignal authored Nov 16, 2023
2 parents 00fe9d9 + 84ee4bf commit 1be7fd0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ sphinx:
# formats:
# - pdf

build:
os: ubuntu-20.04
tools:
python: "3.10"

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

0 comments on commit 1be7fd0

Please sign in to comment.