Skip to content

Commit

Permalink
hide more output
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed Feb 6, 2019
1 parent 156800f commit 093e21e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build_and_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ breathe-apidoc --o source ../../out/docs_xml/doxygen/ -g class,file
python make_api.py

# now do sphinx
make SPHINX_BUILD="python -msphinx" latexpdf
mv build/latex/amrex.pdf source/
make SPHINX_BUILD="python -msphinx" html
make SPHINX_BUILD="python -msphinx" latexpdf &> make_source_latex.out
mv build/latex/amrex.pdf source/
make SPHINX_BUILD="python -msphinx" html &> make_source_html.out

cd ../sphinx_tutorials
make SPHINX_BUILD="python -msphinx" latexpdf
make SPHINX_BUILD="python -msphinx" latexpdf &> make_tutorials_latex.out
mv build/latex/amrex.pdf source/
make SPHINX_BUILD="python -msphinx" html
make SPHINX_BUILD="python -msphinx" html &> make_tutorials_html.out
cd ../../

mv Docs/sphinx_documentation/build/html/* out/docs_html/
Expand Down

0 comments on commit 093e21e

Please sign in to comment.