Skip to content

Commit

Permalink
Added readthedocs config and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
itsderek23 committed May 13, 2020
1 parent a2463a2 commit 3d4b277
Show file tree
Hide file tree
Showing 2 changed files with 20 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 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

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

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: docs/requirements.txt
4 changes: 4 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Dependencies required for building docs
# conf.py calls import whisk, which will fail without these.
Click>=7.0
cookiecutter>=1.7.2

0 comments on commit 3d4b277

Please sign in to comment.