Skip to content

Commit d38b5e9

Browse files
committed
set docs generation in py310
1 parent 1083689 commit d38b5e9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.readthedocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ sphinx:
66
fail_on_warning: true
77

88
build:
9-
image: latest
9+
os: ubuntu-20.04
10+
tools:
11+
python: "3.10"
1012

1113
python:
12-
version: 3.8
1314
install:
1415
- requirements: docs/requirements.txt
1516
- method: pip

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ commands=
3131
isort --check-only --diff src/ tests/
3232

3333
[testenv:docs]
34+
basepython=3.10
3435
deps=
3536
-rdocs/requirements.txt
3637
commands=

0 commit comments

Comments
 (0)