From f607414034424ef19d2544f0879f4555b64346cd Mon Sep 17 00:00:00 2001 From: Robert Lehmann Date: Fri, 31 Oct 2014 11:13:45 +0100 Subject: [PATCH] Remove references to outdated warning category. --- sphinx/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/config.py b/sphinx/config.py index be30d1ea4..26bd76971 100644 --- a/sphinx/config.py +++ b/sphinx/config.py @@ -14,7 +14,7 @@ from os import path from six import PY3, iteritems, string_types, binary_type, integer_types -from sphinx.errors import ConfigError, ConfigWarning +from sphinx.errors import ConfigError from sphinx.locale import l_ from sphinx.util.osutil import make_filename, cd from sphinx.util.pycompat import execfile_