We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a7784b + 8b9b7bf commit ac9f3cbCopy full SHA for ac9f3cb
.readthedocs.yml
@@ -1,10 +1,14 @@
1
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
2
version: 2
3
4
+build:
5
+ os: ubuntu-22.04
6
+ tools:
7
+ python: "3.10"
8
+
9
sphinx:
10
configuration: docs/conf.py
11
12
python:
- version: 3.7
13
install:
14
- requirements: docs/requirements.txt
.travis.yml
@@ -1,12 +1,16 @@
language: python
-dist: xenial
+dist: jammy
git:
depth: 1
-matrix:
+jobs:
include:
- - python: 3.7
+ - python: "3.8"
+ - python: "3.9"
+ - python: "3.10"
+ - python: "3.11"
+ - python: "3.12"
15
before_install:
16
- pip install poetry
0 commit comments