Skip to content

Commit

Permalink
Update .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylong committed Oct 31, 2023
1 parent edc83aa commit 936324e
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# .readthedocs.yml

# Required
version: 2

# Set the version of Python and other tools you might need
build:
image: latest
os: ubuntu-22.04
tools:
python: "3.11"

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

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

0 comments on commit 936324e

Please sign in to comment.