Skip to content

Commit e44fda9

Browse files
committed
doc: Do a clean build every time
This is mainly for release. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
1 parent 55e2d8e commit e44fda9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-docs.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ generate_doxygen_xml() {
1212
# Function to build Sphinx documentation
1313
build_sphinx_docs() {
1414
echo "Building Sphinx documentation..."
15+
make clean
1516
make html
1617
}
1718

@@ -25,4 +26,4 @@ main() {
2526
}
2627

2728
# Run the main function
28-
main
29+
main

0 commit comments

Comments
 (0)