Do not fail on warning and move to 3.10

Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
This commit is contained in:
Bernát Gábor 2022-02-05 11:39:28 +00:00
parent 2f5453641b
commit 5dde2d8b3c
No known key found for this signature in database
GPG key ID: D6E607F53BFFEC7F

View file

@ -2,7 +2,7 @@ version: 2
build: build:
os: ubuntu-20.04 os: ubuntu-20.04
tools: tools:
python: "3.9" python: "3.10"
formats: formats:
- htmlzip - htmlzip
- epub - epub
@ -15,4 +15,4 @@ python:
sphinx: sphinx:
builder: html builder: html
configuration: docs/conf.py configuration: docs/conf.py
fail_on_warning: true fail_on_warning: false