Skip to content

Commit

Permalink
Give --simple-term to epydoc, otherwise it can mess up terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed May 8, 2011
1 parent 252e6e0 commit 7f77044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ clean:

docs: $(htmls)
rm -f html/*
epydoc --no-private --no-sourcecode -n rarfile --no-frames -v rarfile
epydoc --simple-term --no-private --no-sourcecode -n rarfile --no-frames -v rarfile

lint:
pylint -E rarfile.py
Expand Down

0 comments on commit 7f77044

Please sign in to comment.