mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Use intersphinx file from numpy.org
Raises a notice when building documentation that the file has been moved. Docs still build correctly, but don't know how long the inventory file will exist under the scipy domain
This commit is contained in:
parent
a905e5c9e2
commit
5db729e3e1
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ napoleon_use_ivar = True
|
|||
|
||||
intersphinx_mapping = {
|
||||
'python': ('https://docs.python.org/3', None),
|
||||
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
|
||||
'numpy': ('https://numpy.org/doc/stable/', None),
|
||||
'scipy': ('https://docs.scipy.org/doc/scipy/reference', None),
|
||||
'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),
|
||||
'matplotlib': ('https://matplotlib.org/', None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue