Skip to content

Commit

Permalink
Update *Intersphinx* mapping.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Oct 18, 2023
1 parent 337189c commit f4fc208
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@
]

intersphinx_mapping = {
"python": ("https://docs.python.org/3.11", None),
"python": ("https://docs.python.org/3/", None),
"colour-science": ("https://colour.readthedocs.io/en/stable/", None),
"matplotlib": ("https://matplotlib.org/stable", None),
"numpy": ("https://numpy.org/doc/stable", None),
"pandas": ("https://pandas.pydata.org/pandas-docs/dev", None),
"scipy": ("https://docs.scipy.org/doc/scipy-1.8.0/", None),
"pandas": ("https://pandas.pydata.org/pandas-docs/stable", None),
"scipy": ("https://docs.scipy.org/doc/scipy/", None),
}

autodoc_member_order = "bysource"
Expand Down

0 comments on commit f4fc208

Please sign in to comment.