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 fd6b7fd commit 482144bCopy full SHA for 482144b
.readthedocs.yaml
@@ -9,7 +9,7 @@ python:
9
path: .
10
extra_requirements:
11
- docs
12
- - all_lt_39
+ - all
13
14
sphinx:
15
fail_on_warning: true
tox.ini
@@ -41,9 +41,8 @@ deps =
41
42
extras =
43
test
44
- py{37,38}-alldeps: all_lt_39
45
- py39-alldeps: all_lt_310
46
- py310-alldeps: all
+ alldeps: all
+
47
48
commands =
49
pip freeze
0 commit comments