Skip to content

Commit 1edb480

Browse files
gepcelmeeseeksmachine
authored andcommitted
Backport PR pandas-dev#38841: Update conf.py to execute imports during pdf building
1 parent 200b1a3 commit 1edb480

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)