Sphinx 5.3¶
發行版 5.3.0(發行於 2022 年 10 月 16 日)¶
#10759: LaTeX: add
latex_table_styleand support the'booktabs','borderless', and'colorrows'styles. (thanks to Stefan Wiehler for initial pull requests #6666, #6671). Using the'booktabs'style solves #6740 (Removing LaTeX column borders for automatic colspec). Patch by Jean-François B.#10840: One can cross-reference including an option value like
:option:`--module=foobar`,:option:`--module[=foobar]`, or:option:`--module foobar`. Patch by Martin Liska.#10881: autosectionlabel: Record the generated section label to the debug log.
#10268: Correctly URI-escape image filenames.
#10887: domains: Allow sections in all the content of all object description directives (e.g.
py:function). Patch by Adam Turner