mirror of
https://git.rtems.org/rtems-docs/
synced 2025-06-03 12:59:32 +08:00
common: Remove probably superfluous import
The purpose of this import is unclear. This import caused the following error with Sphinx 3.0: Extension error: Could not import extension rtemsdomain (exception: cannot import name 'l_')
This commit is contained in:
parent
1b2468c5c6
commit
17aca24105
@ -3,7 +3,6 @@ from docutils.parsers.rst import directives
|
||||
|
||||
from sphinx import addnodes
|
||||
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.nodes import make_refnode
|
||||
|
Loading…
x
Reference in New Issue
Block a user