We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294b273 commit 1dbff41Copy full SHA for 1dbff41
1 file changed
.github/workflows/build.yml
@@ -24,6 +24,7 @@ jobs:
24
run: |
25
python -m pip install --upgrade pip
26
python -m pip install sphinx
27
+ pip install sphinx_rtd_theme
28
pip install virtualenv==20.0.1
29
- name: Install tox
30
if: ${{ matrix.python-version }} != 3.4
0 commit comments