From ddb87902a828edad6f2fc81bfe5135b41f7c5116 Mon Sep 17 00:00:00 2001 From: gubaidulinvadim <gubaidulinvadim@gmail.com> Date: Wed, 17 Jul 2024 11:00:49 +0200 Subject: [PATCH] fixed typo --- 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 afcc9c5..4a69c32 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -36,7 +36,7 @@ release = '0.6.0' # ones. extensions = [ 'sphinx.ext.autodoc', - 'sphzinx.ext.mathjax', + 'sphinx.ext.mathjax', 'sphinx.ext.mathjax', 'sphinx.ext.viewcode', 'myst_parser', -- GitLab