Skip to content

Commit

Permalink
Comply with new readthedocs requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Oct 29, 2023
1 parent 5fd493b commit 0e1b9f0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
# Required
version: 2

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

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

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
version: 3.11
install:
- requirements: doc/requirements.txt
- method: pip
Expand Down

0 comments on commit 0e1b9f0

Please sign in to comment.