Fix sphinx circular imports

This commit is contained in:
Marko Durkovic 2021-07-05 14:17:13 +02:00
parent 12acb677e6
commit 19e81abef9

View File

@ -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