Skip to content

Commit

Permalink
Update .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth9820 authored Oct 15, 2024
1 parent ed53023 commit 6f2dac4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.8"
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 6f2dac4

Please sign in to comment.