We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6f5f8 commit d58cebfCopy full SHA for d58cebf
roundup/dist/command/build_doc.py
@@ -51,7 +51,6 @@ def run(self):
51
return
52
53
doc_dir = os.path.join('share', 'doc', 'roundup', 'html')
54
- import pdb; pdb.set_trace()
55
temp_dir = os.path.join(self.build_base, 'temp.doc')
56
cmd = sphinx + ['-d', temp_dir, 'doc', doc_dir]
57
spawn(cmd)
0 commit comments