From 4b7604a1f3ef4cad72bd88f9f1109f0c2ca8588a Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Thu, 26 Apr 2018 06:59:20 -0500 Subject: [PATCH 1/4] [WIP] Debug R doc build failure --- ci/travis-36-doc.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/travis-36-doc.yaml b/ci/travis-36-doc.yaml index c22dddbe0ba3f..df3557073dc95 100644 --- a/ci/travis-36-doc.yaml +++ b/ci/travis-36-doc.yaml @@ -1,14 +1,14 @@ name: pandas channels: - defaults - - conda-forge + # - conda-forge - r dependencies: - beautifulsoup4 - bottleneck - cython - fastparquet - - feather-format + # - feather-format - html5lib - ipykernel - ipython @@ -17,7 +17,7 @@ dependencies: - matplotlib - nbconvert - nbformat - - nbsphinx + # - nbsphinx - notebook - numexpr - numpy=1.13* From f53d19419ab482686b6cfaf0d83789cc9d63ced0 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Thu, 26 Apr 2018 08:16:36 -0500 Subject: [PATCH 2/4] debug --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index d516e67b947ba..e175ec5b944fa 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -72,7 +72,7 @@ 'sphinx.ext.mathjax', 'sphinx.ext.ifconfig', 'sphinx.ext.linkcode', - 'nbsphinx', + # 'nbsphinx', ] exclude_patterns = ['**.ipynb_checkpoints'] From 1a7be36053a0bbdafa1e657f71e8f82ec37af45d Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Thu, 26 Apr 2018 08:58:09 -0500 Subject: [PATCH 3/4] Try for early failure --- pandas/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pandas/__init__.py b/pandas/__init__.py index 97ae73174c09c..53be65b00325f 100644 --- a/pandas/__init__.py +++ b/pandas/__init__.py @@ -58,6 +58,9 @@ from pandas.util._tester import test import pandas.testing +from scipy import * +import rpy2.rinterface as rinterface + # extension module deprecations from pandas.util._depr_module import _DeprecatedModule From d6e946607f102ea069612a91269fc72b8a80de20 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Thu, 26 Apr 2018 09:13:56 -0500 Subject: [PATCH 4/4] more debugging --- pandas/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pandas/__init__.py b/pandas/__init__.py index 53be65b00325f..d604c53b28521 100644 --- a/pandas/__init__.py +++ b/pandas/__init__.py @@ -58,7 +58,6 @@ from pandas.util._tester import test import pandas.testing -from scipy import * import rpy2.rinterface as rinterface # extension module deprecations