Skip to content

Commit

Permalink
using capital letters.
Browse files Browse the repository at this point in the history
  • Loading branch information
toumorokoshi committed Jan 18, 2016
1 parent 680c72f commit e85811a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ubuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ def test(build):
def build_docs(build):
""" build documentation """
main(build)
build.packages.install("sphinx")
build.packages.install("Babel")
build.packages.install("Sphinx")
return build.executables.run([
"sphinx-build", "docs",
os.path.join("docs", "_build")
Expand Down

0 comments on commit e85811a

Please sign in to comment.