Skip to content

Commit

Permalink
Merge pull request #289 from davidfischer/rtd-config-file
Browse files Browse the repository at this point in the history
Add a readthedocs config file
  • Loading branch information
mauritsvanrees committed Mar 3, 2020
2 parents ce71b8e + f44cec1 commit 21a2b30
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
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: docs/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:
version: 3.7
install:
- requirements: requirements_docs.txt
- method: pip
path: .
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ New features:

Bug fixes:

- *add item here*
- Fixed a docs issue related to building on Read the Docs [davidfischer]


4.0.4 (2019-11-25)
Expand Down

0 comments on commit 21a2b30

Please sign in to comment.