From 43f4573e320c75d5fd26f154202113e63551ea37 Mon Sep 17 00:00:00 2001 From: Francis CLAIRICIA-ROSE-CLAIRE-JOSEPHINE Date: Wed, 1 Nov 2023 15:09:09 +0100 Subject: [PATCH] [DOCS] Fixed .readthedocs.yaml file --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d5555beb..112b94cb 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,13 +6,13 @@ build: python: "3.11" jobs: post_create_environment: - - pip install pdm + - pip install --no-cache-dir pdm==2.9.2 - pdm config python.use_venv false - pdm config check_update false post_install: - pdm sync --no-self --dev --group=doc pre_build: - - python -m sphinx -b linkcheck -D docs/source/ $READTHEDOCS_OUTPUT/linkcheck + - python -m sphinx -b linkcheck docs/source/ $READTHEDOCS_OUTPUT/linkcheck sphinx: configuration: docs/source/conf.py