Skip to content

Commit

Permalink
Hotfix readthedocs compilation
Browse files Browse the repository at this point in the history
The doc compilation fails
  • Loading branch information
ThomasBouche authored Nov 16, 2023
1 parent 00fe9d9 commit 5a68f72
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
configuration: docs/conf.py

# Build documentation with MkDocs
#mkdocs:
Expand All @@ -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 5a68f72

Please sign in to comment.