Skip to content

Commit

Permalink
add build to rtfd config (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Nov 13, 2023
1 parent 4b24b6d commit 6343f44
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 @@ -7,8 +7,13 @@ sphinx:
configuration: docs/source/conf.py

# build
build:
os: ubuntu-22.04
tools:
python: "3.10"

# install
python:
version: "3.8"
install:
- method: pip
path: .
Expand Down

0 comments on commit 6343f44

Please sign in to comment.