fix docs build error (#709)

This commit is contained in:
Linlang
2025-03-20 11:39:19 +08:00
committed by GitHub
parent 626d5d5c97
commit 7185613671
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -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:
+1
View File
@@ -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