Skip to content

Commit

Permalink
Support cross-refencing docs of third-party deps
Browse files Browse the repository at this point in the history
How cool is this!!
  • Loading branch information
robomics committed Oct 22, 2024
1 parent 4282050 commit 4a1bde7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,14 @@

intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"pandas": ("https://pandas.pydata.org/docs/", None),
"pyarrow": ("https://arrow.apache.org/docs/", None),
"scipy": ("https://docs.scipy.org/doc/scipy/", None),
}

intersphinx_timeout = 30

# Add any paths that contain templates here, relative to this directory.
templates_path = [".templates"]

Expand Down

0 comments on commit 4a1bde7

Please sign in to comment.