We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7a4f0 commit 22682ffCopy full SHA for 22682ff
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
python-version: 3.8
16
- name: Install dependencies
17
run: |
18
- pip install -r requirements.txt
+ pip install --upgrade -r requirements.txt
19
- name: Build Sphinx docs
20
21
make -C docs html
requirements.txt
@@ -1,3 +1,3 @@
1
sphinx
2
-sphinx_rtd_theme --upgrade
+sphinx_rtd_theme
3
sphinx_copybutton
0 commit comments