diff options
Diffstat (limited to 'sphinx/builder.py')
| -rw-r--r-- | sphinx/builder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builder.py b/sphinx/builder.py index 6012cbbf..65d5da34 100644 --- a/sphinx/builder.py +++ b/sphinx/builder.py @@ -25,4 +25,4 @@ from sphinx.builders.linkcheck import CheckExternalLinksBuilder warnings.warn('The sphinx.builder module is deprecated; please import ' 'builders from the respective sphinx.builders submodules.', - DeprecationWarning) + DeprecationWarning, stacklevel=2) |
