mirror of https://github.com/kivy/kivy.git
Doc: Fix "Unknown node: math" error by adding it to extensions
This commit is contained in:
parent
cb23843107
commit
07043dfff9
|
@ -25,7 +25,7 @@ sys.path.insert(0, os.path.abspath('sphinxext'))
|
|||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
extensions = [
|
||||
'autodoc', 'sphinx.ext.todo', 'preprocess', 'sphinx.ext.ifconfig',
|
||||
'sphinx.ext.viewcode']
|
||||
'sphinx.ext.viewcode', 'sphinx.ext.mathjax']
|
||||
|
||||
# Todo configuration
|
||||
todo_include_todos = True
|
||||
|
|
Loading…
Reference in New Issue