Skip to content

Commit

Permalink
readthedocs: fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bhatele committed Feb 29, 2024
1 parent bfe527b commit 78be20d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .readthedocs.yml
@@ -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 78be20d

Please sign in to comment.