feat: Include README.md in Sphinx documentation with myst-parser
This commit is contained in:
parent
14c3358e81
commit
b61a389b92
|
@ -21,6 +21,7 @@ latex_logo_width = '5cm'
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||||
|
|
||||||
extensions = [
|
extensions = [
|
||||||
|
"myst_parser",
|
||||||
"sphinx.ext.duration",
|
"sphinx.ext.duration",
|
||||||
"sphinx.ext.doctest",
|
"sphinx.ext.doctest",
|
||||||
"sphinx.ext.autodoc",
|
"sphinx.ext.autodoc",
|
||||||
|
|
|
@ -10,7 +10,6 @@ Welcome to spiri-sdk's documentation!
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:caption: Contents:
|
:caption: Contents:
|
||||||
|
|
||||||
|
|
||||||
.. include:: ../../README.md
|
.. include:: ../../README.md
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
|
|
Loading…
Reference in New Issue