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 198d1af commit 5563044Copy full SHA for 5563044
.github/workflows/ci.yml
@@ -123,10 +123,22 @@ jobs:
123
python-version:
124
name: "3.11"
125
toxenv: readme
126
+ - os: windows-latest
127
+ python-version:
128
+ name: "3.11"
129
+ toxenv: docs-dirhtml
130
131
132
133
+ toxenv: docs-doctest
134
- os: windows-latest
135
136
137
toxenv: docs-linkcheck
138
139
140
141
+ toxenv: docs-spelling
142
143
144
0 commit comments