Skip to content

Commit

Permalink
Update rtd config to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlees committed Nov 29, 2023
1 parent 5fa4576 commit 882c4ee
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
# Required
version: 2

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

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand All @@ -14,8 +20,7 @@ formats: all

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

0 comments on commit 882c4ee

Please sign in to comment.