Skip to content

Commit

Permalink
Update .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-park committed Mar 10, 2021
1 parent ff6a566 commit 3089a9a
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# .readthedocs.yml
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

build:
image: latest
# Required
version: 1

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

requirements_file: requirements.txt
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: docs/requirements.txt

0 comments on commit 3089a9a

Please sign in to comment.