mirror of https://github.com/openXC7/prjxray.git
docs: Add recommonmark to extension list
Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
This commit is contained in:
parent
0ff4327729
commit
82309c0aa3
|
|
@ -53,7 +53,8 @@ extensions = [
|
||||||
'sphinx.ext.imgmath',
|
'sphinx.ext.imgmath',
|
||||||
'sphinx.ext.napoleon',
|
'sphinx.ext.napoleon',
|
||||||
'sphinx.ext.todo',
|
'sphinx.ext.todo',
|
||||||
'sphinx_markdown_tables'
|
'sphinx_markdown_tables',
|
||||||
|
'recommonmark'
|
||||||
]
|
]
|
||||||
# yapf: enable
|
# yapf: enable
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue