mirror of https://github.com/openXC7/prjxray.git
docs: Fix the markdown tables.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
4efe52003c
commit
bab4c6af06
|
|
@ -36,8 +36,13 @@ from markdown_code_symlinks import MarkdownCodeSymlinks
|
||||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||||
# ones.
|
# ones.
|
||||||
extensions = [
|
extensions = [
|
||||||
'sphinx.ext.imgmath', 'sphinx.ext.autodoc', 'sphinx.ext.doctest',
|
'sphinx.ext.autodoc',
|
||||||
'sphinx.ext.autosummary', 'sphinx.ext.napoleon', 'sphinx.ext.todo'
|
'sphinx.ext.autosummary',
|
||||||
|
'sphinx.ext.doctest',
|
||||||
|
'sphinx.ext.imgmath',
|
||||||
|
'sphinx.ext.napoleon',
|
||||||
|
'sphinx.ext.todo',
|
||||||
|
'sphinx_markdown_tables',
|
||||||
]
|
]
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
|
|
||||||
|
|
@ -4,5 +4,6 @@ sphinx-autobuild
|
||||||
|
|
||||||
breathe
|
breathe
|
||||||
recommonmark
|
recommonmark
|
||||||
|
sphinx-markdown-tables
|
||||||
sphinx_rtd_theme
|
sphinx_rtd_theme
|
||||||
sphinxcontrib-napoleon
|
sphinxcontrib-napoleon
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue