Use sphinx-to-sqlite==0.1a1

To address this bug: https://github.com/simonw/sphinx-to-sqlite/issues/2
This commit is contained in:
Simon Willison 2020-10-21 21:57:00 -07:00 committed by GitHub
commit d0cc6f4c32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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