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
|
||||
|
||||
extensions = [
|
||||
"myst_parser",
|
||||
"sphinx.ext.duration",
|
||||
"sphinx.ext.doctest",
|
||||
"sphinx.ext.autodoc",
|
||||
|
|
|
@ -10,7 +10,6 @@ Welcome to spiri-sdk's documentation!
|
|||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
|
||||
.. include:: ../../README.md
|
||||
|
||||
Indices and tables
|
||||
|
|
Loading…
Reference in New Issue