Skip to content

Commit

Permalink
MAINT: fix RTD (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky authored Jul 3, 2024
1 parent 93c4f54 commit 761a106
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 @@ -5,12 +5,17 @@
# Required
version: 2

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

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

python:
version: 3.7
install:
- method: pip
path: .
Expand Down

0 comments on commit 761a106

Please sign in to comment.