Fix sphinx circular imports
This commit is contained in:
parent
12acb677e6
commit
19e81abef9
@ -4,6 +4,12 @@
|
||||
|
||||
import typing
|
||||
|
||||
# https://github.com/sphinx-doc/sphinx/issues/9243
|
||||
import sphinx.builders.html # noqa pylint: disable=unused-import
|
||||
import sphinx.builders.latex # noqa pylint: disable=unused-import
|
||||
import sphinx.builders.texinfo # noqa pylint: disable=unused-import
|
||||
import sphinx.builders.text # noqa pylint: disable=unused-import
|
||||
import sphinx.ext.autodoc # noqa pylint: disable=unused-import
|
||||
import sphinx_rtd_theme # noqa pylint: disable=unused-import
|
||||
|
||||
# pylint: disable=invalid-name,redefined-builtin
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user