Skip to content

Commit

Permalink
Update .readthedocs.yml (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth9820 committed Oct 17, 2024
1 parent c5ef65d commit 68c6f7b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.8" # Python version defined for the build environment

# 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 68c6f7b

Please sign in to comment.