Skip to content

Commit

Permalink
Use JSON builder for docs workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Feb 25, 2024
1 parent 544c1b7 commit 94cc999
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jobs:
- name: Build docs
run: |
cd docs
sphinx-build -b spelling -n -q -W --keep-going -d _build/doctrees -D language=en_US -j auto . _build/spelling
make json
# sphinx-build -b spelling -n -q -W --keep-going -d _build/doctrees -D language=en_US -j auto . _build/spelling

0 comments on commit 94cc999

Please sign in to comment.