mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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:
@@ -6,6 +6,7 @@ Test Math
|
||||
|
||||
math
|
||||
page
|
||||
nomath
|
||||
|
||||
.. math:: a^2+b^2=c^2
|
||||
|
||||
|
||||
0
tests/roots/test-ext-math/nomath.rst
Normal file
0
tests/roots/test-ext-math/nomath.rst
Normal file
Reference in New Issue
Block a user