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