Skip to content

Commit 77da670

Browse files
author
Daniele Esposti
committed
Added verbose switch to easily detect doc string's errors
1 parent bdca121 commit 77da670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fabfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def docs():
1717
'Build docs'
1818

1919
local("rm -rf ./docs/*")
20-
local("epydoc --html --name 'PureMVC Python' ./src/puremvc -o ./docs/")
20+
local("epydoc -v --html --name 'PureMVC Python' ./src/puremvc -o ./docs/")
2121

2222

2323
def test():

0 commit comments

Comments
 (0)