Skip to content

Commit

Permalink
Latest build config
Browse files Browse the repository at this point in the history
  • Loading branch information
jonels-msft committed Jul 13, 2023
1 parent db8457a commit 2d32d5c
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
version: 2

# Build from the docs/ directory with Sphinx
build:
os: ubuntu-22.04
tools:
python: "3.9"

sphinx:
configuration: conf.py

# Explicitly set the version of Python and its requirements
python:
version: 3.7
install:
- requirements: requirements.txt
- requirements: requirements.txt

formats:
- pdf
- epub

0 comments on commit 2d32d5c

Please sign in to comment.