Use new RTD build config
This commit is contained in:
parent
4bc7cf70a9
commit
ff39e86f2f
|
@ -2,10 +2,12 @@
|
||||||
version: 2
|
version: 2
|
||||||
formats: all
|
formats: all
|
||||||
|
|
||||||
python:
|
build:
|
||||||
# Keep version in sync with tox.ini (docs and gh-actions).
|
os: ubuntu-20.04
|
||||||
version: "3.10"
|
tools:
|
||||||
|
python: "3.10"
|
||||||
|
|
||||||
|
python:
|
||||||
install:
|
install:
|
||||||
- method: pip
|
- method: pip
|
||||||
path: .
|
path: .
|
||||||
|
|
Loading…
Reference in New Issue