Browse Source

Install sphinx_bootstrasp_theme in travis for generating docs

refactoring
Matthias Volk 7 years ago
parent
commit
77debd6847
  1. 2
      travis/build-helper.sh

2
travis/build-helper.sh

@ -40,7 +40,7 @@ run() {
Documentation)
# Generate documentation
pip install sphinx
pip install sphinx sphinx_bootstrap_theme
cd doc
make html
touch build/html/.nojekyll

Loading…
Cancel
Save