ci: update path to theme repo

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-05-03 15:18:03 -04:00 committed by Anas Nashif
commit a1c74b74d2

View file

@ -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..."