Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-17 16:24:24 +0300
committerGeorg Brandl <georg@python.org>2010-01-17 16:24:24 +0300
commit5d40d8bd6392509adad644a4b8b289828dee5516 (patch)
tree22e416bb7b40f3354371d818b7440144216f2401 /sphinx/errors.py
parentf78f0e616faaac1c878d4830729d38c5d3618bbf (diff)
parentb5b4e372bc07113bc245fd0870012d5e355a697c (diff)
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 ca70fe4b2..6e8c4e1c6 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'