Skip to content

Commit

Permalink
Upgrade readthedocs config to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Nov 14, 2023
1 parent 0817f5d commit 6ffdd8b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
version: 2

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

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

# Explicitly set the version of Python and its requirements
# Specify the dependencies
python:
version: 3.8
install:
- requirements: docs/requirements.txt

0 comments on commit 6ffdd8b

Please sign in to comment.