From b61a389b9253832078875e2d0825bbeca278ddf8 Mon Sep 17 00:00:00 2001 From: "Alex Davies (aider)" Date: Wed, 16 Oct 2024 10:52:35 -0300 Subject: [PATCH] feat: Include README.md in Sphinx documentation with myst-parser --- docs/source/conf.py | 1 + docs/source/index.rst | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index d5b77c9..fac882f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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", diff --git a/docs/source/index.rst b/docs/source/index.rst index 2484ede..b58cd6d 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -10,7 +10,6 @@ Welcome to spiri-sdk's documentation! :maxdepth: 2 :caption: Contents: - .. include:: ../../README.md Indices and tables