Skip to content

Commit

Permalink
Update .readthedocs.yml (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
vturrisi authored Dec 7, 2023
1 parent 0eadf3d commit 6a5afd4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
version: 2

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

# This part is necessary otherwise the project is not built
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: docs/requirements.txt
- method: setuptools
Expand Down

0 comments on commit 6a5afd4

Please sign in to comment.