From 2fa18431cee49b7e782c577b63a7e2ca7d0213d2 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 20 Aug 2020 12:00:28 -0400 Subject: [PATCH] docs: pin versions for readthedocs --- .github/workflows/ci.yml | 4 ++-- docs/requirements.txt | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f01b1d26..fc92101b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/docs/requirements.txt b/docs/requirements.txt index 2eb7f2020..f4c3dc2e0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,5 @@ -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