Merge branch '3.x'

This commit is contained in:
Takeshi KOMIYA
2021-01-03 00:20:27 +09:00
6 changed files with 97 additions and 27 deletions

View File

@@ -76,6 +76,8 @@ Features added
value of the variable if docstring contains ``:meta hide-value:`` in
info-field-list
* #8619: html: kbd role generates customizable HTML tags for compound keys
* #8634: html: Allow to change the order of JS/CSS via ``priority`` parameter
for :meth:`Sphinx.add_js_file()` and :meth:`Sphinx.add_css_file()`
* #8132: Add :confval:`project_copyright` as an alias of :confval:`copyright`
Bugs fixed