Skip to content

Commit

Permalink
disable breathe for now
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed Feb 8, 2019
1 parent 41c8661 commit 3a6c8e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build_and_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ mv Docs/Doxygen/xml/* out/docs_xml/doxygen/

# run breathe and clean up
cd Docs/sphinx_documentation
breathe-apidoc --o source ../../out/docs_xml/doxygen/ -g class,file
python make_api.py

#breathe-apidoc --o source ../../out/docs_xml/doxygen/ -g class,file
#python make_api.py

# now do sphinx
make SPHINX_BUILD="python -msphinx" latexpdf
Expand Down

0 comments on commit 3a6c8e8

Please sign in to comment.