Skip to content

Commit

Permalink
change: readthedocs integration (#686)
Browse files Browse the repository at this point in the history
* change: readthedocs integration

* Update .readthedocs.yml

---------

Co-authored-by: Cody Wang <[email protected]>
  • Loading branch information
virajvchaudhari and speller26 authored Aug 25, 2023
1 parent 1375c81 commit 8b4f7aa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ sphinx:
# Optionally build your docs in additional formats such as PDF
formats:
- pdf

# setting up build.os and the python version
build:
os: ubuntu-22.04
tools:
python: "3.8"

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- method: pip
path: .
Expand Down

0 comments on commit 8b4f7aa

Please sign in to comment.