mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-19 02:02:34 +08:00
Render math via JavaScript in HTML output
This commit is contained in:
@@ -3,7 +3,7 @@ sys.path.append(os.path.abspath('../common/'))
|
||||
|
||||
from conf import *
|
||||
|
||||
extensions = ['sphinx.ext.imgmath', 'sphinxcontrib.bibtex']
|
||||
extensions = ['sphinx.ext.mathjax', 'sphinxcontrib.bibtex']
|
||||
|
||||
version = '4.11.99'
|
||||
release = '4.11.99'
|
||||
|
Reference in New Issue
Block a user