Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 21, 2024
1 parent 77c4a8e commit a2d3044
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def _transform_changelog(path_in: str, path_out: str) -> None:
"sphinx.ext.linkcode",
"sphinx.ext.autosummary",
"sphinx.ext.napoleon",
'sphinx.ext.mathjax',
"sphinx.ext.mathjax",
"myst_parser",
"nbsphinx",
"sphinx_autodoc_typehints",
Expand Down Expand Up @@ -211,9 +211,7 @@ def _transform_changelog(path_in: str, path_out: str) -> None:

# MathJax configuration
mathjax3_config = {
'tex': {
'packages': {'[+]': ['ams', 'newcommand', 'configMacros']}
},
"tex": {"packages": {"[+]": ["ams", "newcommand", "configMacros"]}},
}

# -- Options for manual page output ------------------------------------------
Expand Down

0 comments on commit a2d3044

Please sign in to comment.