From f91550eb0bda95af68bb095dc75b56b2dcb74aa7 Mon Sep 17 00:00:00 2001 From: Caleb Bell Date: Wed, 7 Jun 2023 23:37:58 -0600 Subject: [PATCH] Prerender formulas --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index fece9cf..c30e407 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -311,7 +311,8 @@ 'https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/katex.min.css' katex_js_path = 'katex.min.js' katex_autorender_path = 'auto-render.min.js' - +katex_prerender = True + intersphinx_mapping = {'python': ('https://docs.python.org/3', None), 'numpy': ('http://docs.scipy.org/doc/numpy', None), 'scipy': ('http://docs.scipy.org/doc/scipy/reference', None),