From b7837472de21430fbd204de26c5f31cea986d5f1 Mon Sep 17 00:00:00 2001 From: Nie <yni@eonerc.rwth-aachen.de> Date: Fri, 2 Jun 2023 17:16:26 +0200 Subject: [PATCH] test for rtd yaml --- .readthedocs.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 43a8b588f4..4724b41122 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,4 +15,11 @@ formats: all python: install: - - myst-parser \ No newline at end of file + - requirements: docs/requirements.txt + - method: pip + path: . + extra_requirements: + - docs +# - method: pip +# path: another/package + system_packages: true \ No newline at end of file -- GitLab