From 0299ce94421961fbef1359bd97acb2ed689fa5ad Mon Sep 17 00:00:00 2001 From: Sameer Agarwal Date: Mon, 13 Sep 2021 17:12:02 -0700 Subject: [PATCH] Update conf.py to be compatible with Sphinx 4.1.2 Change-Id: I905911121fca48ae85f046bef714135cbf641d0a --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index c83468fda..cc55b8a77 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -246,7 +246,7 @@ texinfo_documents = [ # By default MathJax does not use TeX fonts, which is a tragedy. Also # scaling the fonts down a bit makes them fit better with font sizing # in the "Read The Docs" theme. -mathjax_config = { +mathjax3_config = { 'HTML-CSS' : { 'availableFonts' : ["TeX"], 'scale' : 90