Sphinx 7.0

版本 7.0.1 (发布于 2023 年 5 月 12 日)

依赖项

修复的 Bug

  • #11418: 在移除对 setuptools 的支持后,清理 sphinx.setup_command 的剩余引用。补丁由 Willem Mulder 提供。

版本 7.0.0 (发布于 2023 年 4 月 29 日)

不兼容的变更

  • #11359: 移除 sphinx.search.jaMecabSplitterDefaultSplitter 已弃用很久的别名。

  • #11360: 移除域对象描述类中已弃用的 make_old_id 函数。

  • #11363: 移除 Setuptools 集成(setup.py 中的 build_sphinx 钩子)。

  • #11364: 移除已弃用的 sphinx.ext.napoleon.iterators 模块。

  • #11365: 移除 sphinx.search 中对 jsdump 格式的支持。

  • #11366: 将 locale 设为 sphinx.util.i18n.format_date() 的必需参数。

  • #11370: 移除已弃用的 sphinx.util.stemmer 模块。

  • #11371: 移除已弃用的 sphinx.pycode.ast.parse() 函数。

  • #11372: 移除已弃用的 sphinx.io.read_doc() 函数。

  • #11373: 移除已弃用的 sphinx.util.get_matching_files() 函数。

  • #11378: 移除已弃用的 sphinx.util.docutils.is_html5_writer_available() 函数。

  • #11379: 将 Builder 子类的 env 参数设为必需。

  • #11380: autosummary: 始终发出分组导入异常。

  • #11381: 移除 HTML 模板中已弃用的 style 键。

  • #11382: 移除已弃用的 sphinx.writers.latex.LaTeXTranslator.docclasses 属性。

  • #11383: 移除已弃用的 sphinx.builders.html.html5_readysphinx.builders.html.HTMLTranslator 属性。

  • #11385: 移除对 HTML 4 输出的支持。