From a81863051c686e0619a5faeddf3349fc643d9e5c Mon Sep 17 00:00:00 2001 From: anirudh Date: Sun, 21 Oct 2018 13:56:03 -0400 Subject: [PATCH 1/2] Ipython 7.0.0 has issues. Please use a diffrent version for building the docs --- doc-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc-requirements.txt b/doc-requirements.txt index b83dfc2814f9..778294c6cfe0 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -8,7 +8,7 @@ # sphinx>=1.3,!=1.5.0,!=1.6.4,!=1.7.3,!=1.8.0 colorspacious -ipython +ipython!=7.0.0 ipywidgets numpydoc>=0.4 pillow From 196e90e88416cd26375cf570d8a8c39ea40506a5 Mon Sep 17 00:00:00 2001 From: anirudh Date: Sun, 21 Oct 2018 17:22:27 -0400 Subject: [PATCH 2/2] Ipython version 7.0.1 also seems to suffer the same issue as 7.0.0 --- doc-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc-requirements.txt b/doc-requirements.txt index 778294c6cfe0..e293f65f67d7 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -8,7 +8,7 @@ # sphinx>=1.3,!=1.5.0,!=1.6.4,!=1.7.3,!=1.8.0 colorspacious -ipython!=7.0.0 +ipython!=7.0.0,!=7.0.1 ipywidgets numpydoc>=0.4 pillow