Skip to content

Commit

Permalink
Use correct build
Browse files Browse the repository at this point in the history
  • Loading branch information
Almad committed Jun 11, 2016
1 parent 6db7335 commit e16c33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def rtd():
paver.doctools.cogapp = cogapp

@task
@needs('rtd', 'html', 'setuptools.command.install')
@needs('rtd', 'cog', 'paver.doctools.html', 'setuptools.command.install')
def install():
""" Build the documentation including cogging, then install """
sh('ls -lah')
Expand Down

0 comments on commit e16c33a

Please sign in to comment.