Add doc files for reproducibility
This commit is contained in:
parent
bf84a3a9ba
commit
4da1792792
2 changed files with 14 additions and 0 deletions
11
docs/.readthedocs.yaml
Normal file
11
docs/.readthedocs.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
build:
|
||||
os: "ubuntu-20.04"
|
||||
tools:
|
||||
python: "3.9"
|
||||
|
||||
sphinx:
|
||||
configuration: conf.py
|
||||
|
||||
python:
|
||||
install:
|
||||
- requirements: requirements.txt
|
||||
3
docs/requirements.txt
Normal file
3
docs/requirements.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
sphinx==1.8.5
|
||||
sphinx_rtd_theme==1.0.0
|
||||
readthedocs-sphinx-search==0.1.1
|
||||
Loading…
Add table
Add a link
Reference in a new issue