From 4ad4ea073f55fe7184aa04125dfdebba66c6f4f0 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Tue, 20 Dec 2022 10:47:48 +0100 Subject: [PATCH] Use MyST-native include --- docs/index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index e1a51b3c..113e6abe 100644 --- a/docs/index.md +++ b/docs/index.md @@ -48,10 +48,8 @@ If you need any help while getting started, feel free to use the `python-attrs` ## Project Information -```{eval-rst} -.. include:: ../README.md - :parser: myst_parser.sphinx_ - :start-after: ## Project Information +```{include} ../README.md +:start-after: '## Project Information' ``` ---