From 9edd49a7ed3589b191da9e3e61ab1c4c1416fdf9 Mon Sep 17 00:00:00 2001 From: Dylan Verheul Date: Wed, 17 Apr 2024 11:06:37 +0200 Subject: [PATCH 1/2] Replace sphinx_mdinclude with MyST --- docs/changelog.rst | 3 ++- docs/conf.py | 2 +- docs/requirements.txt | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 5ec4a0e..4afc7d3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1 +1,2 @@ -.. mdinclude:: ../CHANGELOG.md \ No newline at end of file +.. include:: ../CHANGELOG.md + :parser: myst_parser.sphinx_ diff --git a/docs/conf.py b/docs/conf.py index 46810fd..25d1e83 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,7 +15,7 @@ extensions = [ "sphinx.ext.autodoc", "sphinx.ext.viewcode", - "sphinx_mdinclude", + "myst_parser", ] htmlhelp_basename = f"{project}-doc" diff --git a/docs/requirements.txt b/docs/requirements.txt index cb2e9af..67699eb 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ -sphinx>=7.2.6 -sphinx-mdinclude>=0.5.3 -furo>=2023.05.20 +sphinx==7.3.5 +myst-parser==2.0.0 +furo==2024.1.29 From d0c4ee13e665cb5256270c45b9ccf1a127f2c882 Mon Sep 17 00:00:00 2001 From: Dylan Verheul Date: Wed, 17 Apr 2024 11:06:49 +0200 Subject: [PATCH 2/2] Replace sphinx_mdinclude with MyST --- .readthedocs.yml => .readthedocs.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .readthedocs.yml => .readthedocs.yaml (100%) diff --git a/.readthedocs.yml b/.readthedocs.yaml similarity index 100% rename from .readthedocs.yml rename to .readthedocs.yaml