Add Read the docs configuration file (introduced 2018 after Drutopia/Agaric docs started)
Per https://github.com/executablebooks/MyST-Parser/issues/155#issuecomment-638020179
This commit is contained in:
parent
77dfec4535
commit
9d5b128b3d
1 changed files with 6 additions and 0 deletions
6
.readthedocs.yml
Normal file
6
.readthedocs.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
version: 2
|
||||||
|
python:
|
||||||
|
version: 3
|
||||||
|
install:
|
||||||
|
- method: pip
|
||||||
|
path: .
|
Loading…
Reference in a new issue