Add a configuration file for readthedocs.io (#907)

This commit is contained in:
Alexis Metaireau 2021-11-01 20:38:27 +01:00 committed by GitHub
parent e5819c013d
commit 7def528582
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
.readthedocs.yaml Normal file
View file

@ -0,0 +1,9 @@
version: 2
python:
version: "3.7"
install:
- method: pip
path: .
extra_requirements:
- doc