Skip to content

Commit

Permalink
Update to support the RTD build process
Browse files Browse the repository at this point in the history
  • Loading branch information
straithe committed Oct 30, 2023
1 parent 0bf3908 commit 2f6bc9b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# .readthedocs.yml
version: 2

# Set the OS, Python version and other tools
build:
os: ubuntu-22.04
tools:
python: "3.12"

sphinx:
configuration: docs/conf.py

# Build PDF, ePub, etc
formats: all

python:
version: 3.7
install:
- requirements: docs/requirements.txt

0 comments on commit 2f6bc9b

Please sign in to comment.