From a7fd249a04f96418064fcd21dfefe33fc699ca64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francis=20Clairicia-Rose-Claire-Jos=C3=A9phine?= Date: Wed, 1 Nov 2023 15:13:37 +0100 Subject: [PATCH] Fixed .readthedocs.yaml file (#141) --- .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