From 7185613671cc9ed1059fff4d04e8edda52c02dd1 Mon Sep 17 00:00:00 2001 From: Linlang <30293408+SunsetWolf@users.noreply.github.com> Date: Thu, 20 Mar 2025 11:39:19 +0800 Subject: [PATCH] fix docs build error (#709) --- .readthedocs.yaml | 2 ++ rdagent/scenarios/qlib/docker/Dockerfile | 1 + 2 files changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d98703ab..e7475340 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,6 +10,8 @@ build: os: ubuntu-22.04 tools: python: "3.10" + commands: + - git fetch --tags --unshallow || true # Build documentation in the docs/ directory with Sphinx sphinx: diff --git a/rdagent/scenarios/qlib/docker/Dockerfile b/rdagent/scenarios/qlib/docker/Dockerfile index 755ec2f7..df75da5d 100644 --- a/rdagent/scenarios/qlib/docker/Dockerfile +++ b/rdagent/scenarios/qlib/docker/Dockerfile @@ -21,3 +21,4 @@ RUN python -m pip install -e . RUN pip install catboost RUN pip install xgboost RUN pip install scipy==1.11.4 +RUN pip install tables