Skip to content

Commit

Permalink
Fix readthedocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyh committed Feb 22, 2024
1 parent daa6f70 commit 48a4608
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
Expand All @@ -7,13 +6,17 @@
version: 2

# Build documentation in the docs/ directory with Sphinx
build:
os: ubuntu-22.04
tools:
python: "3.10"

sphinx:
configuration: docs/conf.py

# Optionally build your docs in additional formats such as PDF and ePub
formats: all

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

0 comments on commit 48a4608

Please sign in to comment.