Skip to content

Commit

Permalink
fix: fixed requirements install for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzocasbarra committed Oct 8, 2024
1 parent ad2dd29 commit f2e6462
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
python: "3.8"


python:
install:
- requirements: docs/requirements.txt


sphinx:
configuration: docs/conf.py

0 comments on commit f2e6462

Please sign in to comment.