Fixed readthedocs build
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
This commit is contained in:
parent
a20f7980a1
commit
fce951a770
1 changed files with 5 additions and 1 deletions
|
|
@ -8,8 +8,12 @@
|
||||||
# Required
|
# Required
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
|
build:
|
||||||
|
os: ubuntu-20.04
|
||||||
|
tools:
|
||||||
|
python: "3"
|
||||||
|
|
||||||
python:
|
python:
|
||||||
version: "3.x"
|
|
||||||
install:
|
install:
|
||||||
- requirements: docs/requirements.txt
|
- requirements: docs/requirements.txt
|
||||||
- requirements: requirements.txt
|
- requirements: requirements.txt
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue