Skip to content

Commit

Permalink
CI: Allow to compile docs with ipython 7.11 pandas-dev#22990 (pandas-…
Browse files Browse the repository at this point in the history
  • Loading branch information
benoxoft authored and Pingviinituutti committed Feb 28, 2019
1 parent 994a9a6 commit 40f05b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/deps/travis-36-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- html5lib
- hypothesis>=3.58.0
- ipykernel
- ipython==6.5.0
- ipython
- ipywidgets
- lxml
- matplotlib
Expand Down
1 change: 1 addition & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@
category=FutureWarning)


ipython_warning_is_error = False
ipython_exec_lines = [
'import numpy as np',
'import pandas as pd',
Expand Down

0 comments on commit 40f05b6

Please sign in to comment.