From 2a0664402bae83ece869b1f9f729952df0fb91a0 Mon Sep 17 00:00:00 2001 From: Richard Campbell Date: Thu, 22 Feb 2018 10:23:08 -0600 Subject: RTEMS Docs: Check sphinx version Sphinx.util.compat module was removed at Sphinx version 1.7. Imported module was not being used. Closes #3311. --- common/rtemsdomain.py | 1 - 1 file changed, 1 deletion(-) (limited to 'common/rtemsdomain.py') diff --git a/common/rtemsdomain.py b/common/rtemsdomain.py index a8bcd28..8bd976f 100644 --- a/common/rtemsdomain.py +++ b/common/rtemsdomain.py @@ -6,7 +6,6 @@ from sphinx.roles import XRefRole from sphinx.locale import l_, _ from sphinx.directives import ObjectDescription from sphinx.domains import Domain, ObjType, Index -from sphinx.util.compat import Directive from sphinx.util.nodes import make_refnode from sphinx.util.docfields import Field, TypedField -- cgit v1.2.3