summaryrefslogtreecommitdiff
path: root/sphinx/errors.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-02-28 10:20:15 +0100
committerGeorg Brandl <georg@python.org>2010-02-28 10:20:15 +0100
commitcb653c494f300f5cc5208524b100878eca8ff8be (patch)
treec41a03f710749352a6795db0867f5bc20500e991 /sphinx/errors.py
parentab61a3847381d3d1e40ffabc98b9e49940a4fa29 (diff)
parent59964efbfbcbeed5e0cd19bfae3d230bd3cb40fc (diff)
downloadsphinx-cb653c494f300f5cc5208524b100878eca8ff8be.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'