We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd8aed commit 1ccd8b1Copy full SHA for 1ccd8b1
hypothesis-python/docs/conf.py
@@ -55,6 +55,14 @@ def setup(app):
55
if root.joinpath("RELEASE.rst").is_file():
56
app.tags.add("has_release_file")
57
58
+ # Workaround for partial-initialization problem when autodoc imports libcst
59
+ import libcst
60
+
61
+ import hypothesis.extra.codemods
62
63
+ assert libcst
64
+ assert hypothesis.extra.codemods
65
66
# patch in mock array_api namespace so we can autodoc it
67
from hypothesis.extra.array_api import (
68
RELEASED_VERSIONS,
0 commit comments