Skip to content

Commit

Permalink
using sphinx-action
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn committed Oct 13, 2024
1 parent 4e850c7 commit 92dc2b1
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/test-userguide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@ jobs:
with:
python-version: '3.12'

- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -r ./user_guide_src/requirements.txt
- name: Detect usage of tabs in RST files
run: php utils/check_tabs_in_rst.php

- name: Build Docs with Sphinx
run: make html SPHINXOPTS="-W --keep-going -w /tmp/sphinx-log"
working-directory: user_guide_src
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r user_guide_src/requirements.txt
- uses: ammaraskar/[email protected]
with:
docs-folder: user_guide_src
build-command: 'python -m sphinx -b html -W --keep-going -w /tmp/sphinx-log user_guide_src build/html'

0 comments on commit 92dc2b1

Please sign in to comment.