Skip to content

Commit

Permalink
Update .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcafferry committed Jul 23, 2020
1 parent 780c12f commit 2bc5fff
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,21 @@
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 1.0
version: 1

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

# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml
# configuration: mkdocs.yml

# Optionally build your docs in additional formats such as PDF
formats:
- pdf
# Optionally build your docs in additional formats such as PDF and ePub
formats: all

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

0 comments on commit 2bc5fff

Please sign in to comment.