Skip to content

[WIP] Debug R doc build failure #20830

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ci/travis-36-doc.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -17,7 +17,7 @@ dependencies:
- matplotlib
- nbconvert
- nbformat
- nbsphinx
# - nbsphinx
- notebook
- numexpr
- numpy=1.13*
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
'sphinx.ext.mathjax',
'sphinx.ext.ifconfig',
'sphinx.ext.linkcode',
'nbsphinx',
# 'nbsphinx',
]

exclude_patterns = ['**.ipynb_checkpoints']
Expand Down
2 changes: 2 additions & 0 deletions pandas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down