Skip to content

Commit

Permalink
Merge pull request #9 from FrescolinoGroup/add_rtd_config
Browse files Browse the repository at this point in the history
Add readthedocs configuration file
  • Loading branch information
greschd committed Mar 4, 2020
2 parents b6fbd79 + 1bcda47 commit 5d3cc13
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .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: doc/source/conf.py

# 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:
install:
- method: pip
path: .
extra_requirements:
- dev

0 comments on commit 5d3cc13

Please sign in to comment.