Skip to content

Commit

Permalink
Try to fix sympy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
windelbouwman committed Oct 4, 2014
1 parent 76e89b6 commit d8b931c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ install:
- sudo apt-get update
- sudo apt-get install qt4-dev-tools python-numpy python-scipy
- sudo apt-get install python-sphinx python-matplotlib zip
- sudo apt-get install python-sympy python-qt4 xvfb
- sudo apt-get install python-sympy python-qt4 xvfb graphviz
- sudo apt-get install texlive-latex-recommended dvipng librsvg2-bin
- sudo apt-get install imagemagick docbook2x
- sudo pip install numpydoc
script:
- "./make_docs.sh"
Expand Down
1 change: 1 addition & 0 deletions gen_sympy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ if [[ ! -f build/sympy-${VER}/doc/build/qthelp/SymPy.qhp ]]; then
tar xzf "../src/sympy-${VER}.tar.gz"

cd sympy-${VER}/doc
make html
sphinx-build -b qthelp src build/qthelp
cd ../../..
fi

0 comments on commit d8b931c

Please sign in to comment.