Skip to content

Commit

Permalink
Merge pull request #25 from jrha/rtd-config
Browse files Browse the repository at this point in the history
Specify OS and Python version for builds on RTD
  • Loading branch information
jrha authored Nov 26, 2024
2 parents 736d569 + 3963e1d commit b960758
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
# Required
version: 2

build:
os: ubuntu-lts-latest
tools:
python: "3"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand Down

0 comments on commit b960758

Please sign in to comment.