Skip to content

Commit

Permalink
Merge branch 'main' into docs-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 authored Oct 16, 2023
2 parents bd2e37b + 2f0f1c6 commit 16a8573
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand All @@ -13,6 +19,5 @@ sphinx:
formats: all

python:
version: 3.8
install:
- requirements: docs/requirements.txt
- requirements: docs/requirements.txt

0 comments on commit 16a8573

Please sign in to comment.