From d0cc6f4c32e1f89238ddec782086b3122f445bd4 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 21 Oct 2020 21:57:00 -0700 Subject: [PATCH] Use sphinx-to-sqlite==0.1a1 To address this bug: https://github.com/simonw/sphinx-to-sqlite/issues/2 --- .github/workflows/deploy-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-latest.yml b/.github/workflows/deploy-latest.yml index 10130253..8445f1d8 100644 --- a/.github/workflows/deploy-latest.yml +++ b/.github/workflows/deploy-latest.yml @@ -27,7 +27,7 @@ jobs: python -m pip install --upgrade pip python -m pip install -e .[test] python -m pip install -e .[docs] - python -m pip install sphinx-to-sqlite + python -m pip install sphinx-to-sqlite==0.1a1 - name: Run tests run: pytest - name: Build fixtures.db