Add readthedocs configuration file.

The configuration in the RTD project is broken since I moved
dependencies into setup.cfg.  I decided to simply move it into the
repository as a configuration file and call it a day.

https://docs.readthedocs.io/en/stable/config-file/v2.html
This commit is contained in:
Dave Shawley 2021-09-17 07:46:48 -04:00
parent f186c6bf1a
commit 026fd87e82
No known key found for this signature in database
GPG key ID: F41A8A99298F8EED

10
.readthedocs.yaml Normal file
View file

@ -0,0 +1,10 @@
version: 2
python:
version: "3.7"
install:
- method: pip
path: .
extra_requirements:
- docs
sphinx:
configuration: docs/conf.py