We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8df0ec commit 2335b9cCopy full SHA for 2335b9c
.readthedocs.yml
@@ -18,4 +18,6 @@ formats: all
18
19
python:
20
install:
21
+ - path: .
22
+ method: pip
23
- requirements: docs/requirements.txt
tox.ini
@@ -102,7 +102,7 @@ commands =
102
pre-commit run --all-files
103
104
[testenv:docs]
105
-basepython = python3.10
+basepython = python3.11
106
passenv =
107
CONTINUOUS_INTEGRATION
108
# (but not any of the live test API keys)
0 commit comments