Skip to content

Commit

Permalink
Try to get our readthedocs config back into shape
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Mar 6, 2024
1 parent 5cc4f5b commit d21bcf8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

# Required
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -18,7 +22,7 @@ formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
version: 3.12
install:
- requirements: docs/requirements.txt

0 comments on commit d21bcf8

Please sign in to comment.