Close #8634: html: Allow to change the order of JS/CSS

`Sphinx.add_js_file()` and `Sphinx.add_css_file()` take `priority`
argument to change the order of JS/CSS files.
This commit is contained in:
Takeshi KOMIYA
2021-01-01 23:33:34 +09:00
parent 7ecf6b88aa
commit c5f0398010
5 changed files with 98 additions and 28 deletions

View File

@@ -20,6 +20,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