Skip to content

Commit

Permalink
readthedocs: fix build issue (hatchet#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhatele authored Feb 29, 2024
1 parent bfe527b commit 2adc3d1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
version: 2

# Explicitly set os and the version of Python
build:
os: "ubuntu-22.04"
tools:
python: "3.11"

# Build from the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# Explicitly set the version of Python and its requirements
python:
version: 3.8
install:
- requirements: docs/requirements.txt

0 comments on commit 2adc3d1

Please sign in to comment.