Skip to content

Commit

Permalink
Fixes Vagrantfile to allow Sphinx docs to build
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Dec 1, 2015
1 parent f4ea03b commit b492b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Vagrant.configure(2) do |config|
./gradlew :ClientLib:mobile:clean :ClientLib:mobile:androidJavadocs
#echo "[DroneKit]: Sphinx Docs "
cd docs/
cd /vagrant/doc
make clean
make html
SHELL
Expand Down

0 comments on commit b492b1f

Please sign in to comment.