File tree Expand file tree Collapse file tree 4 files changed +15
-9
lines changed Expand file tree Collapse file tree 4 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # Copyright (c) 2023-2024 , NVIDIA CORPORATION.
2
+ # Copyright (c) 2023-2025 , NVIDIA CORPORATION.
3
3
4
4
set -euo pipefail
5
5
49
49
50
50
rapids-logger " Build Python docs"
51
51
pushd docs/cudf
52
- make dirhtml
52
+ make dirhtml O= " -j 8 "
53
53
mkdir -p " ${RAPIDS_DOCS_DIR} /cudf/html"
54
54
mv build/dirhtml/* " ${RAPIDS_DOCS_DIR} /cudf/html"
55
55
popd
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ dependencies:
70
70
- pre-commit
71
71
- ptxcompiler
72
72
- pyarrow>=14.0.0,<19.0.0a0
73
- - pydata-sphinx-theme! =0.14.2
73
+ - pydata-sphinx-theme> =0.15.4
74
74
- pynvml>=12.0.0,<13.0.0a0
75
75
- pytest-benchmark
76
76
- pytest-cases>=3.8.2
@@ -87,11 +87,11 @@ dependencies:
87
87
- s3fs>=2022.3.0
88
88
- scikit-build-core>=0.10.0
89
89
- scipy
90
- - sphinx
91
90
- sphinx-autobuild
92
91
- sphinx-copybutton
93
92
- sphinx-markdown-tables
94
93
- sphinx-remove-toctrees
94
+ - sphinx>=8.1.0
95
95
- sphinxcontrib-websupport
96
96
- streamz
97
97
- sysroot_linux-64==2.17
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ dependencies:
67
67
- polars>=1.11,<1.18
68
68
- pre-commit
69
69
- pyarrow>=14.0.0,<19.0.0a0
70
- - pydata-sphinx-theme! =0.14.2
70
+ - pydata-sphinx-theme> =0.15.4
71
71
- pynvjitlink>=0.0.0a0
72
72
- pynvml>=12.0.0,<13.0.0a0
73
73
- pytest-benchmark
@@ -86,11 +86,11 @@ dependencies:
86
86
- s3fs>=2022.3.0
87
87
- scikit-build-core>=0.10.0
88
88
- scipy
89
- - sphinx
90
89
- sphinx-autobuild
91
90
- sphinx-copybutton
92
91
- sphinx-markdown-tables
93
92
- sphinx-remove-toctrees
93
+ - sphinx>=8.1.0
94
94
- sphinxcontrib-websupport
95
95
- streamz
96
96
- sysroot_linux-64==2.17
Original file line number Diff line number Diff line change @@ -618,10 +618,16 @@ dependencies:
618
618
- nbsphinx
619
619
- numpydoc
620
620
- pandoc
621
- # https://github.com/pydata/pydata-sphinx-theme/issues/1539
622
- - pydata-sphinx-theme!=0.14.2
621
+ # Minimum version for safe parallel writing again.
622
+ # https://github.com/pydata/pydata-sphinx-theme/pull/1859
623
+ # https://github.com/pydata/pydata-sphinx-theme/releases/tag/v0.15.4
624
+ - pydata-sphinx-theme>=0.15.4
623
625
- scipy
624
- - sphinx
626
+ # Needed for safe parallel writes as with the pydata-sphinx-theme pin above
627
+ # https://github.com/sphinx-doc/sphinx/issues/12409
628
+ # https://github.com/sphinx-doc/sphinx/pull/12888
629
+ # https://github.com/sphinx-doc/sphinx/releases/tag/v8.1.0
630
+ - sphinx>=8.1.0
625
631
- sphinx-autobuild
626
632
- sphinx-copybutton
627
633
- sphinx-markdown-tables
You can’t perform that action at this time.
0 commit comments