8000 DOC: Doc build for a single doc made much faster, and clean up by datapythonista · Pull Request #24428 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

DOC: Doc build for a single doc made much faster, and clean up #24428

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

Merged
merged 13 commits into from
Dec 30, 2018
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merging from master
  • Loading branch information
datapythonista committed Dec 28, 2018
commit 2be1d6125f6ef12ae4180212dc33d95b3b114d4c
7 changes: 4 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,13 +396,14 @@

if pattern is None:
intersphinx_mapping = {
'statsmodels': ('http://www.statsmodels.org/devel/', None),
'dateutil': ("https://dateutil.readthedocs.io/en/latest/", None),
'matplotlib': ('https://matplotlib.org/', None),
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
'pandas-gbq': ('https://pandas-gbq.readthedocs.io/en/latest/', None),
'py': ('https://pylib.readthedocs.io/en/latest/', None),
'python': ('https://docs.python.org/3/', None),
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
'py': ('https://pylib.readthedocs.io/en/latest/', None)
'statsmodels': ('http://www.statsmodels.org/devel/', None),
}

# extlinks alias
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0