correct rtd config
This commit is contained in:
parent
2a07f5cb60
commit
75cce026e2
|
|
@ -1,13 +1,15 @@
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
|
build:
|
||||||
|
os: ubuntu-22.04
|
||||||
|
tools:
|
||||||
|
python: "3.9"
|
||||||
|
|
||||||
|
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: docs/conf.py
|
configuration: docs/conf.py
|
||||||
|
|
||||||
|
|
||||||
python:
|
python:
|
||||||
version: "3.9"
|
|
||||||
install:
|
install:
|
||||||
- requirements: docs/requirements_rtd.txt
|
- requirements: docs/requirements_rtd.txt
|
||||||
- method: pip
|
|
||||||
path: .
|
|
||||||
|
|
||||||
system_packages: true
|
|
||||||
Loading…
Reference in New Issue