We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 816a71a + 027441b commit 3f5500aCopy full SHA for 3f5500a
source/conf.py
@@ -16,7 +16,7 @@
16
17
extensions = [
18
'sphinxcontrib.mermaid',
19
- 'sphinxcontrib.images',
+ #'sphinxcontrib.images',# Sphinx 8.0 版本中遗弃了 status_iterator 接口,sphinxcontrib.images 需要适配新版本的 Sphinx(https://github.com/sphinx-contrib/images/issues/40)
20
'myst_parser',
21
'sphinx_copybutton',
22
'sphinx_inline_tabs',
0 commit comments