1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Index: slepc4py/docs/source/conf.py
===================================================================
--- slepc4py.orig/docs/source/conf.py 2025-11-11 21:50:09.703826716 +0100
+++ slepc4py/docs/source/conf.py 2025-11-11 21:50:09.698312114 +0100
@@ -141,15 +141,15 @@
sphinx_rtd_theme = None
intersphinx_mapping = {
- 'python': ('https://docs.python.org/3/', None),
- 'numpy': ('https://numpy.org/doc/stable/', None),
+ 'python': ('https://docs.python.org/3/', ('/usr/share/doc/python3/html/objects.inv', None)),
+ 'numpy': ('https://numpy.org/doc/stable/', ('/usr/share/doc/python-numpy/html/objects.inv', None)),
'numpydoc': ('https://numpydoc.readthedocs.io/en/latest/', None),
- 'mpi4py': ('https://mpi4py.readthedocs.io/en/stable/', None),
- 'pyopencl': ('https://documen.tician.de/pyopencl/', None),
+ 'mpi4py': ('https://mpi4py.readthedocs.io/en/stable/', ('/usr/share/doc/python-mpi4py-doc/html/objects.inv', None)),
+ 'pyopencl': ('https://documen.tician.de/pyopencl/', ('/usr/share/doc/python-pyopencl-doc/html/objects.inv', None)),
'dlpack': ('https://dmlc.github.io/dlpack/latest/', None),
- 'petsc': ('https://petsc.org/release/', None),
- 'petsc4py': ('https://petsc.org/release/petsc4py/', None),
- 'slepc': ('https://slepc.upv.es/release/', None),
+ 'petsc': ('https://petsc.org/release/', ('/usr/share/doc/petsc3.24-doc/docs/objects.inv', None)),
+ 'petsc4py': ('https://petsc.org/release/petsc4py/', ('/usr/share/doc/python-petsc4py-doc/html/objects.inv', None)),
+ 'slepc': ('https://slepc.upv.es/release/', ('/usr/share/doc/slepc3.24-doc/docs/objects.inv', None)),
}
intersphinx_resolve_self = 'slepc'
|