Skip to content

Commit 62dd43b

Browse files
committed
CI: Allow to compile docs with ipython 7.11 pandas-dev#22990
1 parent a08bf3d commit 62dd43b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/deps/travis-36-doc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- html5lib
1212
- hypothesis>=3.58.0
1313
- ipykernel
14-
- ipython==6.5.0
14+
- ipython
1515
- ipywidgets
1616
- lxml
1717
- matplotlib

doc/source/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@
388388
category=FutureWarning)
389389

390390

391+
ipython_warning_is_error = False
391392
ipython_exec_lines = [
392393
'import numpy as np',
393394
'import pandas as pd',

0 commit comments

Comments
 (0)