From 44da7586d08d4565202b0df0a0ba33a8f7714227 Mon Sep 17 00:00:00 2001 From: Ruth Comer <10599679+rcomer@users.noreply.github.com> Date: Tue, 15 Oct 2024 20:25:52 +0100 Subject: [PATCH] DOC: use Matplotlib roles Sphinx extension --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index d9938e476..f4ab27101 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -45,6 +45,7 @@ 'sphinx.ext.extlinks', 'sphinx.ext.autosummary', 'matplotlib.sphinxext.plot_directive', + 'matplotlib.sphinxext.roles', 'sphinx_gallery.gen_gallery', 'sphinx.ext.napoleon' ]