Workaround to get sphinx-build working again, refs 1153

This commit is contained in:
Simon Willison 2023-07-08 11:22:21 -07:00
commit 50a6355c08
3 changed files with 6 additions and 4 deletions

View file

@ -43,7 +43,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
run: |-
cd docs
sphinx-build -b xml . _build
DISABLE_SPHINX_INLINE_TABS=1 sphinx-build -b xml . _build
sphinx-to-sqlite ../docs.db _build
cd ..
- name: Set up the alternate-route demo

View file

@ -84,7 +84,7 @@ jobs:
- name: Build docs.db
run: |-
cd docs
sphinx-build -b xml . _build
DISABLE_SPHINX_INLINE_TABS=1 sphinx-build -b xml . _build
sphinx-to-sqlite ../docs.db _build
cd ..
- name: Set up Cloud Run