html: html_codeblock_linenos_style defaults to 'inline' (refs: #7849)

As discussed in #7879, the default style of line numbers for code
blocks in HTML output becames 'inline' by default.  And 'table' style
is now deprecated and will be removed in Sphinx-6.0.
This commit is contained in:
Takeshi KOMIYA
2020-07-11 22:30:37 +09:00
parent 77fad1ec98
commit 84dc65ad51
4 changed files with 27 additions and 75 deletions

View File

@@ -23,6 +23,8 @@ Incompatible changes
section
* #7996: manpage: Make a section directory on build manpage by default (see
:confval:`man_make_section_directory`)
* #7849: html: Change the default setting of
:confval:`html_codeblock_linenos_style` to ``'inline'``
* #8380: html search: search results are wrapped with ``<p>`` instead of
``<div>``
* html theme: Move a script tag for documentation_options.js in
@@ -38,6 +40,7 @@ Incompatible changes
Deprecated
----------
* :confval:`html_codeblock_linenos_style`
* ``favicon`` and ``logo`` variable in HTML templates
* ``sphinx.directives.patches.CSVTable``
* ``sphinx.directives.patches.ListTable``