Skip to content

Commit

Permalink
run_sphinx flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jun 3, 2024
1 parent a564774 commit 44ee38e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/python_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ on:
required: false
type: string
default: "31" # Action fails on any message

rat_config_file:
description: >
Which xml config file to use for rat.
Expand All @@ -83,7 +82,11 @@ on:
required: false
type: string
default: "rat_asl20.xml"

run_sphinx:
description: Flag to say if sphinx should be run
required: false
type: string
default: true

env:
PRERELEASE: "3.13"
Expand Down Expand Up @@ -117,6 +120,7 @@ jobs:
config_file: ${{ inputs.rat_config_file }}

- name: Build documentation with sphinx
if: ${{ inputs.run_sphinx == 'true' }}
uses: SpiNNakerManchester/SupportScripts/actions/sphinx@main
with:
directory: doc/source
Expand Down

0 comments on commit 44ee38e

Please sign in to comment.