diff options
| author | Georg Brandl <georg@python.org> | 2010-01-17 14:24:24 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-01-17 14:24:24 +0100 |
| commit | 4b05bc1cd847c13650e276e1d23c987e0ed3a4a8 (patch) | |
| tree | 22e416bb7b40f3354371d818b7440144216f2401 /sphinx/errors.py | |
| parent | d7acefae40bbe3de5c8414ef56d8dc47dd5a5567 (diff) | |
| parent | eca39d1fb1e102caff120ac7c9c0d38e263c3939 (diff) | |
| download | sphinx-4b05bc1cd847c13650e276e1d23c987e0ed3a4a8.tar.gz | |
merge with trunk
Diffstat (limited to 'sphinx/errors.py')
| -rw-r--r-- | sphinx/errors.py | 4 |
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' |
