From 49fc903bfbeac0da5c8db26ef9de580712b59cb6 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Sun, 7 Feb 2021 11:44:41 -0700 Subject: [PATCH] [Doc] Add img converter to conf.py --- docs/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index e71a7187b..d1cf8a57b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -75,6 +75,8 @@ extensions = [ 'sphinxcontrib.bibtex', 'sphinx.ext.autosectionlabel', 'sphinxcontrib.yt', +# 'sphinxcontrib.svg2pdfconverter', + 'sphinxcontrib.ext.imgconverter', ] # Add any paths that contain templates here, relative to this directory.