Skip to content

Commit

Permalink
Python customization on RTD (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonels-msft committed Jun 21, 2021
1 parent c1b8923 commit e7af64d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2

# Build from the docs/ directory with Sphinx
sphinx:
configuration: conf.py

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

0 comments on commit e7af64d

Please sign in to comment.