Skip to content

Commit

Permalink
fix rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
devanshshukla99 committed Jan 17, 2024
1 parent c4dd790 commit b6f653f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .readthedocs.yaml
Expand Up @@ -5,6 +5,16 @@
# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.10"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
# golang: "1.19"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand All @@ -13,8 +23,7 @@ formats:
- pdf

python:
version: 3.8
install:
- requirements: docs/requirements.txt
- requirements: requirements.txt
- method: setuptools
path: .

0 comments on commit b6f653f

Please sign in to comment.