Skip to content

Commit

Permalink
yml now consistent with sphinx_rtd_theme
Browse files Browse the repository at this point in the history
  • Loading branch information
kip-hart authored Jan 2, 2024
1 parent 58b4ddd commit bf9499b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ formats: all

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

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -20,3 +20,5 @@ sphinx:
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .

0 comments on commit bf9499b

Please sign in to comment.