summaryrefslogtreecommitdiff
path: root/sphinx/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/errors.py')
-rw-r--r--sphinx/errors.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sphinx/errors.py b/sphinx/errors.py
index a9d027cb8..d9a83712c 100644
--- a/sphinx/errors.py
+++ b/sphinx/errors.py
@@ -116,7 +116,8 @@ class PycodeError(Exception):
class NoUri(Exception):
- """Raised by builder.get_relative_uri() if there is no URI available."""
+ """Raised by builder.get_relative_uri() or from missing-reference handlers
+ if there is no URI available."""
pass