Skip to content

Commit

Permalink
modify .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhou-JiaJun committed Nov 30, 2023
1 parent 3fd540e commit 88358c8
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 @@ -11,8 +11,13 @@ sphinx:

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.6
install:
- requirements: docs/requirements.txt
- method: pip
path: .

build:
os: ubuntu-22.04
tools:
python: "3.6"

0 comments on commit 88358c8

Please sign in to comment.