Skip to content

Commit 2fa1843

Browse files
committed
docs: pin versions for readthedocs
1 parent a6887b6 commit 2fa1843

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
key: ${{ runner.os }}-pip-${{ matrix.python }}-${{ matrix.arch }}-${{ hashFiles('tests/requirements.txt') }}
112112

113113
- name: Prepare env
114-
run: python -m pip install -r tests/requirements.txt
114+
run: python -m pip install -r tests/requirements.txt --prefer-binary
115115

116116
- name: Configure C++11 ${{ matrix.args }}
117117
shell: bash
@@ -272,7 +272,7 @@ jobs:
272272
run: python3 -m pip install --upgrade pip
273273

274274
- name: Install dependencies
275-
run: python3 -m pip install cmake -r tests/requirements.txt
275+
run: python3 -m pip install cmake -r tests/requirements.txt --prefer-binary
276276

277277
- name: Configure
278278
shell: bash

docs/requirements.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
breathe==4.13.1
2-
sphinx<3
3-
sphinx_rtd_theme
1+
breathe==4.20.0
2+
commonmark==0.9.1
3+
recommonmark==0.6.0
4+
sphinx==3.2.1
5+
sphinx_rtd_theme==0.5.0

0 commit comments

Comments
 (0)