Skip to content

Commit

Permalink
Move assets copy
Browse files Browse the repository at this point in the history
  • Loading branch information
stes committed Sep 16, 2023
1 parent 76ce238 commit 2d252e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ checkout_cebra_figures() {

checkout_assets() {
git_checkout_or_pull [email protected]:AdaptiveMotorControlLab/cebra-assets.git assets
cp -r assets/* .
}

checkout_cebra_demos() {
Expand All @@ -40,7 +39,7 @@ setup_python() {
}

build_docs() {
ls docs/source/cebra-figures
cp -r assets/* .
export SPHINXOPTS="-W --keep-going -n"
(cd docs && PYTHONPATH=.. make page)
}
Expand Down

0 comments on commit 2d252e4

Please sign in to comment.