Index: python-gsd/doc/conf.py
===================================================================
--- python-gsd.orig/doc/conf.py	2023-01-17 17:35:20.564782460 +0100
+++ python-gsd/doc/conf.py	2023-01-17 17:35:45.449038726 +0100
@@ -19,11 +19,12 @@
 
 napoleon_include_special_with_doc = True
 
-intersphinx_mapping = {'python': ('https://docs.python.org/3', None),
-                       'numpy': ('https://numpy.org/doc/stable', None),
+intersphinx_mapping = {'python': ('/usr/share/doc/python3/html', None),
                        'hoomd': ('https://hoomd-blue.readthedocs.io/en/latest/', None),}
 autodoc_docstring_signature = True;
 
+mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
+
 templates_path = ['_templates']
 
 source_suffix = '.rst'
