chore: fix string formatting

This commit is contained in:
gnikit 2022-07-19 10:34:01 +01:00
parent 64e2dc119c
commit d54a11f270
No known key found for this signature in database
GPG Key ID: E9A03930196133F0

View File

@ -34,7 +34,7 @@ release = "1.0"
extensions = [ extensions = [
"sphinx.ext.autodoc", "sphinx.ext.autodoc",
"sphinx.ext.napoleon", "sphinx.ext.napoleon",
'sphinx.ext.mathjax', "sphinx.ext.mathjax",
"myst_nb", "myst_nb",
] ]