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* 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'] diff --git a/pandas/__init__.py b/pandas/__init__.py index 97ae73174c09c..d604c53b28521 100644 --- a/pandas/__init__.py +++ b/pandas/__init__.py @@ -58,6 +58,8 @@ from pandas.util._tester import test import pandas.testing +import rpy2.rinterface as rinterface + # extension module deprecations from pandas.util._depr_module import _DeprecatedModule