Skip to content

Commit c386fbb

Browse files
authored
Update conf.py to execute imports during pdf building (#38841)
1 parent 6168f99 commit c386fbb

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
@@ -432,7 +432,7 @@
432432

433433

434434
ipython_warning_is_error = False
435-
ipython_exec_lines = [
435+
ipython_execlines = [
436436
"import numpy as np",
437437
"import pandas as pd",
438438
# This ensures correct rendering on system with console encoding != utf8

0 commit comments

Comments
 (0)