diff options
| author | Georg Brandl <georg@python.org> | 2010-02-07 23:42:54 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-02-07 23:42:54 +0100 |
| commit | 53988fa17f5432c0b3ea6e9e1aa495a6a6b8a502 (patch) | |
| tree | a39ffac7574e01aa1e90eab7a170911f5085d22b /sphinx/errors.py | |
| parent | be1f7103cb94ad4000cb495b501066b7a568b24e (diff) | |
| parent | 29bcbce1f0c7ffe190fdd73a14d96bc7edbc15d8 (diff) | |
| download | sphinx-53988fa17f5432c0b3ea6e9e1aa495a6a6b8a502.tar.gz | |
merge with 0.6
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 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' |
