Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] [docs] update some docs and CI dependencies #6346

Merged
merged 10 commits into from
Mar 19, 2024
10 changes: 5 additions & 5 deletions .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ if [[ $TASK == "lint" ]]; then
cd ${BUILD_DIRECTORY}
mamba create -q -y -n $CONDA_ENV \
${CONDA_PYTHON_REQUIREMENT} \
cmakelint \
cpplint \
mypy \
'cmakelint>=1.4.2' \
'cpplint>=1.6.0' \
'mypy>=1.8.0' \
'pre-commit>=3.6.0' \
'pyarrow>=14.0' \
'r-lintr>=3.1'
Expand All @@ -97,8 +97,8 @@ if [[ $TASK == "check-docs" ]] || [[ $TASK == "check-links" ]]; then
-q \
-y \
-n $CONDA_ENV \
doxygen \
'rstcheck>=6.0.0' || exit 1
'doxygen>=1.10.0' \
'rstcheck>=6.2.0' || exit 1
source activate $CONDA_ENV
# check reStructuredText formatting
cd $BUILD_DIRECTORY/python-package
Expand Down
26 changes: 13 additions & 13 deletions docs/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ channels:
- nodefaults
- conda-forge
dependencies:
- breathe
- python=3.9
- r-base=4.1.3
- r-data.table=1.14.2
- r-jsonlite=1.7.2
- r-knitr=1.37
- r-markdown
- r-matrix=1.4_0
- r-pkgdown=1.6.1
- r-roxygen2=7.2.1
- scikit-learn
- sphinx
- "sphinx_rtd_theme>=0.5"
- breathe>=4.35
- python=3.10
- r-base=4.3.2
- r-data.table=1.14.10
- r-jsonlite=1.8.8
- r-knitr=1.45
- r-markdown=1.12
- r-matrix=1.6_4
- r-pkgdown=2.0.7
- r-roxygen2=7.3.1
- scikit-learn>=1.4.0
- sphinx>=6.0
- sphinx_rtd_theme>=2.0
Loading