Fix readthedocs rendering (#1290)

* test latex

* test latex

* fix conf
This commit is contained in:
Hong Zhang
2026-02-11 11:32:27 +08:00
committed by GitHub
parent 3fb037d33a
commit 94b57e9677
4 changed files with 9 additions and 3 deletions

View File

@@ -48,9 +48,10 @@ extensions = [
'sphinx.ext.viewcode',
'sphinx_markdown_tables',
'sphinx_copybutton',
"sphinx_rtd_theme",
'sphinx.ext.mathjax',
'myst_parser',
]
# build the templated autosummary files
autosummary_generate = True
numpydoc_show_class_members = False