add readthedocs config

This commit is contained in:
Wolf Vollprecht 2020-10-07 09:27:18 +02:00
parent 5ac2dfda39
commit 53ecfe07ce
2 changed files with 12 additions and 0 deletions

5
.readthedocs.yml Normal file
View File

@ -0,0 +1,5 @@
version: 2
conda:
environment: docs/environment.yml

7
docs/environment.yml Normal file
View File

@ -0,0 +1,7 @@
name: docs
channels:
- conda-forge
dependencies:
- myst-parser
- sphinx
- sphinx-book-theme