summaryrefslogtreecommitdiff
path: root/sphinx/errors.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-02-07 23:42:54 +0100
committerGeorg Brandl <georg@python.org>2010-02-07 23:42:54 +0100
commit53988fa17f5432c0b3ea6e9e1aa495a6a6b8a502 (patch)
treea39ffac7574e01aa1e90eab7a170911f5085d22b /sphinx/errors.py
parentbe1f7103cb94ad4000cb495b501066b7a568b24e (diff)
parent29bcbce1f0c7ffe190fdd73a14d96bc7edbc15d8 (diff)
downloadsphinx-53988fa17f5432c0b3ea6e9e1aa495a6a6b8a502.tar.gz
merge with 0.6
Diffstat (limited to 'sphinx/errors.py')
-rw-r--r--sphinx/errors.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/sphinx/errors.py b/sphinx/errors.py
index 4e62b1af..4738f0cc 100644
--- a/sphinx/errors.py
+++ b/sphinx/errors.py
@@ -50,3 +50,7 @@ class ConfigError(SphinxError):
class ThemeError(SphinxError):
category = 'Theme error'
+
+
+class VersionRequirementError(SphinxError):
+ category = 'Sphinx version error'