Skip to content

Commit

Permalink
Merge pull request #508 from MAIF/hotfix/compilation_docs-1
Browse files Browse the repository at this point in the history
Hotfix readthedocs compilation
  • Loading branch information
ThomasBouche authored Nov 16, 2023
2 parents 736ca52 + 6b3e2c7 commit 3ac1067
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 3ac1067

Please sign in to comment.