Skip to content

Commit

Permalink
Merge pull request #835 from tmr232/patch-1
Browse files Browse the repository at this point in the history
Fix readthedocs build
  • Loading branch information
arekbulski committed Jan 30, 2020
2 parents 2759a3e + 4f9b02f commit d2cb342
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# .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:
- method: pip
path: .

0 comments on commit d2cb342

Please sign in to comment.