Skip to content

Commit 743db74

Browse files
gmarullcarlescufi
authored andcommitted
ci: docbuild: patch some Sphinx footers for Zoomin
So we keep copyright info. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 64a8f64 commit 743db74

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/docbuild.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,16 @@ jobs:
144144
run: |
145145
ROOT="$PWD"
146146
147+
# Patch Sphinx footers where we want to keep copyright info
148+
# (**/doxygen/* skipped, Doxygen content)
149+
find \
150+
doc/_build/html/matter \
151+
doc/_build/html/zephyr \
152+
-type f \
153+
-name "*.html" \
154+
-not -path "**/doxygen/*" \
155+
-exec python doc/_zoomin/footer_patch.py {} --silent ";"
156+
147157
# Doxygen APIs combined with Sphinx
148158
declare -a SPHINX_DOXYGEN=("nrf" "nrfxlib" "zephyr")
149159

0 commit comments

Comments
 (0)