mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #5966: mathjax has not been loaded on incremental build
This commit is contained in:
parent
0fb0b41701
commit
de2d07d70b
1
CHANGES
1
CHANGES
@ -30,6 +30,7 @@ Bugs fixed
|
||||
in an admonition
|
||||
* #5231: "make html" does not read and build "po" files in "locale" dir
|
||||
* #5954: ``:scale:`` image option may break PDF build if image in an admonition
|
||||
* #5966: mathjax has not been loaded on incremental build
|
||||
|
||||
Testing
|
||||
--------
|
||||
|
@ -104,6 +104,6 @@ def setup(app):
|
||||
app.add_config_value('mathjax_inline', [r'\(', r'\)'], 'html')
|
||||
app.add_config_value('mathjax_display', [r'\[', r'\]'], 'html')
|
||||
app.add_config_value('mathjax_config', None, 'html')
|
||||
app.connect('env-check-consistency', install_mathjax)
|
||||
app.connect('env-updated', install_mathjax)
|
||||
|
||||
return {'version': sphinx.__display_version__, 'parallel_read_safe': True}
|
||||
|
Loading…
Reference in New Issue
Block a user