Skip to content

Commit

Permalink
ci: update path to theme repo
Browse files Browse the repository at this point in the history
Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif authored and Anas Nashif committed May 3, 2017
1 parent 7ebe7da commit a1c74b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ echo "- Install dependencies"
sudo apt-get install doxygen make
sudo pip install breathe sphinx awscli sphinx_rtd_theme

cd ${TESTING_REPO_STATE}
cd ${MAIN_REPO_STATE}
source zephyr-env.sh

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
ls -la doc/themes

echo "- Building docs..."
Expand Down

0 comments on commit a1c74b7

Please sign in to comment.