Updated ReadTheDocs config
This commit is contained in:
parent
c2cfa57924
commit
c2dd5fd8ba
|
@ -0,0 +1,11 @@
|
|||
version: 2
|
||||
build:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.7"
|
||||
sphinx:
|
||||
configuration: docs/conf.py
|
||||
python:
|
||||
install:
|
||||
- path: .
|
||||
- requirements: requirements/docs.txt
|
|
@ -1,6 +0,0 @@
|
|||
requirements_file: requirements/docs.txt
|
||||
build:
|
||||
image: latest
|
||||
python:
|
||||
version: 3.7
|
||||
pip_install: True
|
Loading…
Reference in New Issue