Skip to content

Commit

Permalink
Updating read the docs yml file for buld os
Browse files Browse the repository at this point in the history
  • Loading branch information
wathen committed May 21, 2024
1 parent 36f7d83 commit 123c1f6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.8"

# Build documentation in the docs/ directory with Sphinx
sphinx:
builder: html
Expand All @@ -15,6 +21,7 @@ formats:
- pdf

python:
version: 3.8
install:
- requirements: docs/requirements.txt
- method: pip
path: .

0 comments on commit 123c1f6

Please sign in to comment.