Skip to content

Commit

Permalink
Add configuration file for Read the Docs (#1478)
Browse files Browse the repository at this point in the history
* Add minimal config file for Read the Docs

* Add instructions to install package; remove docs/requirements.txt

* Fix syntax for extra_requirements

* Use Python 3.8 rather than 3.7
  • Loading branch information
mdickinson committed Jul 2, 2021
1 parent 95aa7a2 commit 134b9d1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- docs

0 comments on commit 134b9d1

Please sign in to comment.