From 704b5c63054fe6d62b2afd88f91708af0e88eea6 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 22 May 2019 19:17:14 +0800 Subject: [PATCH] manual: stop using cloud mathjax cloudflare also uses cookies. --- doc/manual/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/manual/conf.py b/doc/manual/conf.py index 17e569a2c..2243cad21 100644 --- a/doc/manual/conf.py +++ b/doc/manual/conf.py @@ -72,6 +72,8 @@ extensions = [ 'sphinxcontrib.wavedrom', # see also below for config ] +mathjax_path = "https://m-labs.hk/MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML.js" + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']