Skip to content

Commit 169c224

Browse files
authored
fix(docs): Add sphinx imports to docs conf to prevent circular dependency (getsentry#1142)
1 parent 020bf1b commit 169c224

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
import typing
77

8+
# prevent circular imports
9+
import sphinx.builders.html
10+
import sphinx.builders.latex
11+
import sphinx.builders.texinfo
12+
import sphinx.builders.text
13+
import sphinx.ext.autodoc
14+
815
typing.TYPE_CHECKING = True
916

1017
#

0 commit comments

Comments
 (0)