mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Don't check docs build consistency if an exception happened
This commit is contained in:
@@ -409,6 +409,9 @@ def build_finished(app, exception):
|
||||
from sphinx.domains.python import PythonDomain
|
||||
from sphinx.errors import SphinxError
|
||||
|
||||
if exception is not None:
|
||||
return
|
||||
|
||||
# Get list of documented/indexed python objects
|
||||
pydomain = app.env.get_domain('py')
|
||||
if not hasattr(pydomain, 'objects'):
|
||||
|
||||
Reference in New Issue
Block a user