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:
parent
2f5453641b
commit
5dde2d8b3c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue