Update readthedocs config (#65230)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
@@ -1,10 +1,14 @@
|
|||||||
# .readthedocs.yml
|
# .readthedocs.yml
|
||||||
|
|
||||||
|
version: 2
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: latest
|
os: ubuntu-20.04
|
||||||
|
tools:
|
||||||
|
python: "3.9"
|
||||||
|
|
||||||
python:
|
python:
|
||||||
version: 3.8
|
install:
|
||||||
setup_py_install: true
|
- method: setuptools
|
||||||
|
path: .
|
||||||
requirements_file: requirements_docs.txt
|
- requirements: requirements_docs.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user