Skip to content

Commit

Permalink
Update readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
aadya940 committed Feb 10, 2024
1 parent 81b812d commit 7d74fff
Showing 1 changed file with 32 additions and 18 deletions.
50 changes: 32 additions & 18 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,37 @@
version: 2
formats: all
# version: 2
# formats: all

# build:
# os: ubuntu-22.04
# tools:
# python: "3.10"

# python:
# install:
# - requirements: requirements.txt
# - requirements: requirements_doc.txt
# - method: pip
# path: .
# extra_requirements:
# - build
# - docs
# - html

build:
os: ubuntu-22.04
tools:
python: "3.10"
# sphinx:
# builder: html
# configuration: docs/source/conf.py
# fail_on_warning: false

python:
install:
- requirements: requirements.txt
- requirements: requirements_doc.txt
- method: pip
path: .
extra_requirements:
- build
- docs
- html
version: 2

sphinx:
builder: html
configuration: docs/source/conf.py
fail_on_warning: false
python:
version: 3.10
builder: sphinx

formats: ['html']

dependencies:
- requirements: requirements.txt
- requirements: requirements_doc.txt

0 comments on commit 7d74fff

Please sign in to comment.