Sphinx 5.3

Release 5.3.0 (于2022年10月16日发布)

  • #10759: LaTeX: 添加 latex_table_style 并支持 'booktabs''borderless''colorrows' 样式.(感谢 Stefan Wiehler 提供的初始 pull requests #6666, #6671)

  • #10840: 可以通过包含选项值进行交叉引用,例如``:option:–module=foobar``,``:option:–module[=foobar]``, 或``:option:–module foobar` .补丁由 Martin Liska 提供.

  • #10881: autosectionlabel: 将生成的节标签记录到调试日志.

  • #10268:正确地URI转义图像文件名.

  • #10887: 域: 允许在所有对象描述指令的所有内容中使用部分(例如 py:function ).补丁由 Adam Turner 提供