Skip to content

Commit

Permalink
build os added
Browse files Browse the repository at this point in the history
  • Loading branch information
Saran-nns committed Sep 4, 2024
1 parent a128f4f commit 8db542c
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@ formats: all
build:
os: ubuntu-22.04
tools:
python:
version: "3.10"
install:
- requirements: docs/requirements.txt
- method: pip
path: .
python: "3.10"

sphinx:
configuration: docs/source/conf.py

# formats: all
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .

0 comments on commit 8db542c

Please sign in to comment.