mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +00:00
docs: pin versions for readthedocs
This commit is contained in:
parent
a6887b604a
commit
2fa18431ce
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -111,7 +111,7 @@ jobs:
|
|||||||
key: ${{ runner.os }}-pip-${{ matrix.python }}-${{ matrix.arch }}-${{ hashFiles('tests/requirements.txt') }}
|
key: ${{ runner.os }}-pip-${{ matrix.python }}-${{ matrix.arch }}-${{ hashFiles('tests/requirements.txt') }}
|
||||||
|
|
||||||
- name: Prepare env
|
- name: Prepare env
|
||||||
run: python -m pip install -r tests/requirements.txt
|
run: python -m pip install -r tests/requirements.txt --prefer-binary
|
||||||
|
|
||||||
- name: Configure C++11 ${{ matrix.args }}
|
- name: Configure C++11 ${{ matrix.args }}
|
||||||
shell: bash
|
shell: bash
|
||||||
@ -272,7 +272,7 @@ jobs:
|
|||||||
run: python3 -m pip install --upgrade pip
|
run: python3 -m pip install --upgrade pip
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: python3 -m pip install cmake -r tests/requirements.txt
|
run: python3 -m pip install cmake -r tests/requirements.txt --prefer-binary
|
||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
shell: bash
|
shell: bash
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
breathe==4.13.1
|
breathe==4.20.0
|
||||||
sphinx<3
|
commonmark==0.9.1
|
||||||
sphinx_rtd_theme
|
recommonmark==0.6.0
|
||||||
|
sphinx==3.2.1
|
||||||
|
sphinx_rtd_theme==0.5.0
|
||||||
|
Loading…
Reference in New Issue
Block a user