diff options
| author | Georg Brandl <georg@python.org> | 2010-02-28 10:20:15 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-02-28 10:20:15 +0100 |
| commit | cb653c494f300f5cc5208524b100878eca8ff8be (patch) | |
| tree | c41a03f710749352a6795db0867f5bc20500e991 /sphinx/errors.py | |
| parent | ab61a3847381d3d1e40ffabc98b9e49940a4fa29 (diff) | |
| parent | 59964efbfbcbeed5e0cd19bfae3d230bd3cb40fc (diff) | |
| download | sphinx-cb653c494f300f5cc5208524b100878eca8ff8be.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' |
