Commit 2fa18431 authored by Henry Schreiner's avatar Henry Schreiner Committed by Henry Schreiner
Browse files

docs: pin versions for readthedocs

parent a6887b60
......@@ -111,7 +111,7 @@ jobs:
key: ${{ runner.os }}-pip-${{ matrix.python }}-${{ matrix.arch }}-${{ hashFiles('tests/requirements.txt') }}
- 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 }}
shell: bash
......@@ -272,7 +272,7 @@ jobs:
run: python3 -m pip install --upgrade pip
- 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
shell: bash
......
breathe==4.13.1
sphinx<3
sphinx_rtd_theme
breathe==4.20.0
commonmark==0.9.1
recommonmark==0.6.0
sphinx==3.2.1
sphinx_rtd_theme==0.5.0
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment