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 500a6b9 commit a2c2b5dCopy full SHA for a2c2b5d
roundup/dist/command/build_doc.py
@@ -51,6 +51,7 @@ def run(self):
51
return
52
53
doc_dir = os.path.join('share', 'doc', 'roundup', 'html')
54
- temp_dir = os.path.join(self.build_temp, 'doc')
+ 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