We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ebe7da commit a1c74b7Copy full SHA for a1c74b7
scripts/ci/build-docs.sh
@@ -5,10 +5,10 @@ echo "- Install dependencies"
5
sudo apt-get install doxygen make
6
sudo pip install breathe sphinx awscli sphinx_rtd_theme
7
8
-cd ${TESTING_REPO_STATE}
+cd ${MAIN_REPO_STATE}
9
source zephyr-env.sh
10
11
-cp -a /build/IN/docs-theme-repo/gitRepo doc/themes/zephyr-docs-theme
+cp -a /build/IN/docs_theme_repo/gitRepo doc/themes/zephyr-docs-theme
12
ls -la doc/themes
13
14
echo "- Building docs..."
0 commit comments