Skip to content

Commit

Permalink
ci: github: doc-build: avoid Sphinx v6 issue
Browse files Browse the repository at this point in the history
For some unknown reason, the layout of the Sphinx Tabs extension
in the docset "devicetree" is no longer rendered properly by the
HTML Builder of Sphinx v6. Only cleaning it up and rebuilding it
helps so far.

Signed-off-by: Stephan Linz <linz@li-pro.net>
  • Loading branch information
rexut committed Aug 30, 2023
1 parent 6a4d279 commit 8a53af4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ jobs:
run: |
cmake -B build -GNinja bridle/doc
ninja -C build build-all
#
# For some unknown reason, the layout of the Sphinx Tabs extension
# in the docset "devicetree" is no longer rendered properly by the
# HTML Builder of Sphinx v6. Only cleaning it up and rebuilding it
# helps so far.
#
ninja -C build devicetree-clean
ninja -C build devicetree-html
- name: Archive documentation
working-directory: workspace/build
Expand Down

0 comments on commit 8a53af4

Please sign in to comment.