docs: generate readthedocs config
This commit is contained in:
parent
3441c7bee9
commit
d198d52a10
2 changed files with 11 additions and 0 deletions
9
.readthedocs.yml
Normal file
9
.readthedocs.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
version: 2
|
||||
|
||||
sphinx:
|
||||
configuration: docs/conf.py
|
||||
|
||||
python:
|
||||
install:
|
||||
- requirements: docs/requirements.txt
|
||||
path: .
|
2
docs/requirements.txt
Normal file
2
docs/requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
sphinx==3.3.0
|
||||
sphinx-rtd-theme==0.5.0
|
Loading…
Reference in a new issue