Skip to content

Commit

Permalink
Mark warning builder as experimental
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <[email protected]>
  • Loading branch information
LecrisUT committed Nov 19, 2024
1 parent 1433d65 commit 4009f40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/step_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
# Run default html builder with warnings as error
- builder: html
args: -W
# TODO: warnings builder is experimental due to missing sphinx-autodoc support
# https://github.com/sphinx-doc/sphinx/issues/9813
# https://github.com/sphinx-doc/sphinx/issues/11991
experimental: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 4009f40

Please sign in to comment.