Skip to content

Commit

Permalink
Update Read the Docs config to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and pradyunsg committed Dec 3, 2023
1 parent 337b2f0 commit 69fbc1e
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 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Project page: https://readthedocs.org/projects/installer/

version: 2

sphinx:
builder: htmldir
configuration: docs/conf.py

build:
os: ubuntu-22.04
tools:
python: "3"

python:
version: 3.8
install:
- requirements: docs/requirements.txt
- method: pip
Expand Down

0 comments on commit 69fbc1e

Please sign in to comment.