Skip to content

Commit

Permalink
prepare config
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Aug 21, 2023
1 parent 07e130d commit 523292b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Required
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "3.11"

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


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

0 comments on commit 523292b

Please sign in to comment.