From f64eba3f1913617e83e6175e3c6d8e90a10f0488 Mon Sep 17 00:00:00 2001 From: Nie <yni@eonerc.rwth-aachen.de> Date: Fri, 2 Jun 2023 17:11:43 +0200 Subject: [PATCH] test for rtd with python individual package --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8a8afd82ae..43a8b588f4 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,4 +15,4 @@ formats: all python: install: - - requirements: docs/requirements.txt \ No newline at end of file + - myst-parser \ No newline at end of file -- GitLab