Close #6241: html: Allow to add JS/CSS files to the specific page

Allow to add JS/CSS files to the specific page when an extension calls
`app.add_js_file()` or `app.add_css_file()` on `html-page-context`
event.
This commit is contained in:
Takeshi KOMIYA
2021-01-04 22:23:28 +09:00
parent ac7d574fce
commit af4e615a8a
9 changed files with 49 additions and 13 deletions

View File

@@ -6,6 +6,7 @@ Test Math
math
page
nomath
.. math:: a^2+b^2=c^2

View File