Print renderdoc and qrenderdoc module locations

This commit is contained in:
baldurk
2021-02-14 14:31:35 +00:00
parent 321fbdefe9
commit 673579e854
+3
View File
@@ -412,6 +412,9 @@ def build_finished(app, exception):
if exception is not None:
return
print(rd)
print(qrd)
# Get list of documented/indexed python objects
pydomain = app.env.get_domain('py')
if not hasattr(pydomain, 'objects'):