Skip to content

Commit

Permalink
Merge branch 'docs/math' of https://github.com/Lightning-AI/lightning…
Browse files Browse the repository at this point in the history
…-thunder into docs/math
  • Loading branch information
Borda committed Mar 22, 2024
2 parents dcb0109 + a2d3044 commit 69a9789
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 69a9789

Please sign in to comment.