summaryrefslogtreecommitdiff
path: root/sphinx/errors.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-17 14:24:24 +0100
committerGeorg Brandl <georg@python.org>2010-01-17 14:24:24 +0100
commit4b05bc1cd847c13650e276e1d23c987e0ed3a4a8 (patch)
tree22e416bb7b40f3354371d818b7440144216f2401 /sphinx/errors.py
parentd7acefae40bbe3de5c8414ef56d8dc47dd5a5567 (diff)
parenteca39d1fb1e102caff120ac7c9c0d38e263c3939 (diff)
downloadsphinx-4b05bc1cd847c13650e276e1d23c987e0ed3a4a8.tar.gz
merge with trunk
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 ca70fe4b..6e8c4e1c 100644
--- a/sphinx/errors.py
+++ b/sphinx/errors.py
@@ -44,6 +44,10 @@ class ExtensionError(SphinxError):
return parent_str
+class ConfigError(SphinxError):
+ category = 'Configuration error'
+
+
class ThemeError(SphinxError):
category = 'Theme error'