Skip to content

Commit

Permalink
Add os for readthedocs build.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuihantao committed Oct 21, 2023
1 parent c5bcc10 commit 4d1e731
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Expand Up @@ -3,12 +3,16 @@ version: 2
formats:
- pdf

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

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py

python:
version: 3.8
install:
- requirements: requirements.txt
- method: pip
Expand Down

0 comments on commit 4d1e731

Please sign in to comment.