Skip to content

Commit

Permalink
Try readthedocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinvis committed Jul 16, 2020
1 parent ce82cc6 commit 1bd4579
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2

# VCS submodules configuration
submodules:
include: all
recursive: true

# Optionally set the version of Python and requirements required to build your
# docs
python:
version: 3.7
install:
- method: pip
path: .
extra_requirements:
- docs

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

0 comments on commit 1bd4579

Please sign in to comment.