Skip to content

Commit

Permalink
add readthedocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed Aug 28, 2019
1 parent 8e1cc60 commit 79645b8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .readthedocs.yml
@@ -0,0 +1,22 @@
# Required
version: 2

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

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

# 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: 2.7
install:
- method: setuptools
path: .
- requirements: dev-requirements.txt
- requirements: requirements.txt

0 comments on commit 79645b8

Please sign in to comment.