summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/make_docs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_docs.py b/scripts/make_docs.py
index ee6de7b..62a4724 100755
--- a/scripts/make_docs.py
+++ b/scripts/make_docs.py
@@ -17,7 +17,7 @@ VERSION = _get_version()
res = subprocess.call([
- 'pudge', '-d', 'docs', '-m', PROJECT,
+ 'pudge', '-v', '-d', 'docs', '-m', PROJECT,
'-l', '%s %s' % (PROJECT, VERSION),
'--theme=green'
])