mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-14 06:00:01 +08:00
Move extensions to common conf.py
This commit is contained in:
parent
7ba0479521
commit
c1dddacbee
@ -3,8 +3,6 @@ sys.path.append(os.path.abspath('../common/'))
|
||||
|
||||
from conf import *
|
||||
|
||||
extensions = ['sphinx.ext.mathjax', 'sphinxcontrib.bibtex']
|
||||
|
||||
version = '4.11.99'
|
||||
release = '4.11.99'
|
||||
|
||||
|
@ -31,7 +31,8 @@ extensions = [
|
||||
"sphinx.ext.doctest",
|
||||
"sphinx.ext.graphviz",
|
||||
"sphinx.ext.intersphinx",
|
||||
"sphinx.ext.pngmath",
|
||||
"sphinx.ext.mathjax",
|
||||
"sphinxcontrib.bibtex",
|
||||
"rtemsext",
|
||||
"rtemsdomain",
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user