Skip to content

Commit 8421e35

Browse files
committed
pyarrow import added to doc environment (pydata#8805)
1 parent ca2e9d6 commit 8421e35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/conf.py

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949

5050
matplotlib.use("Agg")
5151

52+
with suppress(ImportError):
53+
import pyarrow # noqa: F401
54+
5255
try:
5356
import cartopy # noqa: F401
5457
except ImportError:

0 commit comments

Comments
 (0)