diff --git a/src/sage_docbuild/conf.py b/src/sage_docbuild/conf.py index b493b3b2897..145e19c5cdf 100644 --- a/src/sage_docbuild/conf.py +++ b/src/sage_docbuild/conf.py @@ -374,7 +374,7 @@ def set_intersphinx_mappings(app, config): if os.environ.get('SAGE_USE_CDNS', 'no') == 'yes': mathjax_path = "https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js" else: - mathjax_path = 'mathjax/tex-chtml.js' + mathjax_path = 'tex-chtml.js' html_common_static_path += [MATHJAX_DIR] # A list of glob-style patterns that should be excluded when looking for source