Switch Sphinx docs to KaTeX instead of MathJax
This commit is contained in:
parent
e8d28b0e89
commit
dbc3df1687
1 changed files with 3 additions and 1 deletions
|
|
@ -41,10 +41,12 @@ extensions = [
|
|||
'sphinx.ext.autodoc',
|
||||
'sphinx.ext.todo',
|
||||
'sphinx.ext.autosummary',
|
||||
'sphinx.ext.mathjax',
|
||||
'sphinxcontrib.doxylink',
|
||||
'sphinxcontrib.katex', # Use KaTeX because it's faster and the main site uses it
|
||||
]
|
||||
|
||||
katex_version = '0.10.0-beta'
|
||||
|
||||
autodoc_default_flags = ['members','show-inheritance','undoc-members']
|
||||
|
||||
autoclass_content = 'both'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue