Skip to content

Commit

Permalink
Update .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-salles committed Jun 20, 2024
1 parent 92032a8 commit daa64ce
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,22 @@
# Required
version: 2

python:
version: 3.7
install:
- requirements: docs/requirements.txt
# Optionally set the version of Python and requirements required to build your docs
build:
os: ubuntu-22.04
tools:
python: "3.10"

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

# Optionally set the version of Python and requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt


# Setup submodules
submodules:
include: all

0 comments on commit daa64ce

Please sign in to comment.