Skip to content

Commit

Permalink
Add ReadTheDocs config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed May 18, 2019
1 parent 4fe03f8 commit e1b9c5c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2

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

# Optionally build your docs in additional formats such as PDF and ePUB
formats: all

# Set the version of Python and requirements
python:
version: 3.7
install:
- requirements: requirements-dev.txt
- method: setuptools
path: .

0 comments on commit e1b9c5c

Please sign in to comment.