Skip to content

Commit 20e13fa

Browse files
Backport PR #38841: Update conf.py to execute imports during pdf building (#38970)
Co-authored-by: WANG Aiyong <[email protected]>
1 parent 200b1a3 commit 20e13fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@
427427

428428

429429
ipython_warning_is_error = False
430-
ipython_exec_lines = [
430+
ipython_execlines = [
431431
"import numpy as np",
432432
"import pandas as pd",
433433
# This ensures correct rendering on system with console encoding != utf8

0 commit comments

Comments
 (0)