File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,15 +108,14 @@ jobs:
108108 with :
109109 build-ctk-ver : ${{ needs.ci-vars.outputs.CUDA_BUILD_VER }}
110110
111- # Temporarily disabled status check job as it depends on test jobs
112- # checks:
113- # name: Check job status
114- # permissions:
115- # checks: read
116- # needs:
117- # - build
118- # - test-linux
119- # - test-windows
120- # - doc
121- # secrets: inherit
122- # uses: ./.github/workflows/status-check.yml
111+ checks :
112+ name : Check job status
113+ permissions :
114+ checks : read
115+ needs :
116+ - build
117+ # - test-linux # Temporarily disabled for documentation theme migration
118+ # - test-windows # Temporarily disabled for documentation theme migration
119+ - doc
120+ secrets : inherit
121+ uses : ./.github/workflows/status-check.yml
Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "version" : " latest" ,
4+ "url" : " https://nvidia.github.io/cuda-python/cuda-bindings/latest/"
5+ },
6+ {
7+ "version" : " 13.0.1" ,
8+ "url" : " https://nvidia.github.io/cuda-python/cuda-bindings/13.0.1/"
9+ },
10+ {
11+ "version" : " 13.0.0" ,
12+ "url" : " https://nvidia.github.io/cuda-python/cuda-bindings/13.0.0/"
13+ },
14+ {
15+ "version" : " 12.9.0" ,
16+ "url" : " https://nvidia.github.io/cuda-python/cuda-bindings/12.9.0/"
17+ },
18+ {
19+ "version" : " 12.8.0" ,
20+ "url" : " https://nvidia.github.io/cuda-python/cuda-bindings/12.8.0/"
21+ },
22+ {
23+ "version" : " 12.6.2" ,
24+ "url" : " https://nvidia.github.io/cuda-python/cuda-bindings/12.6.2/"
25+ },
26+ {
27+ "version" : " 12.6.1" ,
28+ "url" : " https://nvidia.github.io/cuda-python/cuda-bindings/12.6.1/"
29+ }
30+ ]
Original file line number Diff line number Diff line change 6262html_theme = "nvidia_sphinx_theme"
6363html_theme_options = {
6464 "switcher" : {
65- "json_url" : "https://nvidia.github.io/cuda-python/cuda-bindings/versions.json" ,
65+ "json_url" : "https://nvidia.github.io/cuda-python/cuda-bindings/nv- versions.json" ,
6666 "version_match" : release ,
6767 },
6868 # Add light/dark mode and documentation version switcher
Original file line number Diff line number Diff line change 1- [
2- {
3- "version" : " latest" ,
4- "url" : " https://nvidia.github.io/cuda-python/cuda-bindings/latest/"
5- },
6- {
7- "version" : " 13.0.1" ,
8- "url" : " https://nvidia.github.io/cuda-python/cuda-bindings/13.0.1/"
9- },
10- {
11- "version" : " 13.0.0" ,
12- "url" : " https://nvidia.github.io/cuda-python/cuda-bindings/13.0.0/"
13- },
14- {
15- "version" : " 12.9.0" ,
16- "url" : " https://nvidia.github.io/cuda-python/cuda-bindings/12.9.0/"
17- },
18- {
19- "version" : " 12.8.0" ,
20- "url" : " https://nvidia.github.io/cuda-python/cuda-bindings/12.8.0/"
21- },
22- {
23- "version" : " 12.6.2" ,
24- "url" : " https://nvidia.github.io/cuda-python/cuda-bindings/12.6.2/"
25- },
26- {
27- "version" : " 12.6.1" ,
28- "url" : " https://nvidia.github.io/cuda-python/cuda-bindings/12.6.1/"
29- }
30- ]
1+ {
2+ "latest" : " latest" ,
3+ "13.0.1" : " 13.0.1" ,
4+ "13.0.0" : " 13.0.0" ,
5+ "12.9.0" : " 12.9.0" ,
6+ "12.8.0" : " 12.8.0" ,
7+ "12.6.2" : " 12.6.2" ,
8+ "12.6.1" : " 12.6.1"
9+ }
Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "version" : " latest" ,
4+ "url" : " https://nvidia.github.io/cuda-python/cuda-core/latest/"
5+ },
6+ {
7+ "version" : " 0.3.2" ,
8+ "url" : " https://nvidia.github.io/cuda-python/cuda-core/0.3.2/"
9+ },
10+ {
11+ "version" : " 0.3.1" ,
12+ "url" : " https://nvidia.github.io/cuda-python/cuda-core/0.3.1/"
13+ },
14+ {
15+ "version" : " 0.3.0" ,
16+ "url" : " https://nvidia.github.io/cuda-python/cuda-core/0.3.0/"
17+ },
18+ {
19+ "version" : " 0.2.0" ,
20+ "url" : " https://nvidia.github.io/cuda-python/cuda-core/0.2.0/"
21+ },
22+ {
23+ "version" : " 0.1.1" ,
24+ "url" : " https://nvidia.github.io/cuda-python/cuda-core/0.1.1/"
25+ },
26+ {
27+ "version" : " 0.1.0" ,
28+ "url" : " https://nvidia.github.io/cuda-python/cuda-core/0.1.0/"
29+ }
30+ ]
Original file line number Diff line number Diff line change 5959html_theme = "nvidia_sphinx_theme"
6060html_theme_options = {
6161 "switcher" : {
62- "json_url" : "https://nvidia.github.io/cuda-python/cuda-core/versions.json" ,
62+ "json_url" : "https://nvidia.github.io/cuda-python/cuda-core/nv- versions.json" ,
6363 "version_match" : release ,
6464 },
6565 # Add light/dark mode and documentation version switcher
Original file line number Diff line number Diff line change 1- [
2- {
3- "version" : " latest" ,
4- "url" : " https://nvidia.github.io/cuda-python/cuda-core/latest/"
5- },
6- {
7- "version" : " 0.3.2" ,
8- "url" : " https://nvidia.github.io/cuda-python/cuda-core/0.3.2/"
9- },
10- {
11- "version" : " 0.3.1" ,
12- "url" : " https://nvidia.github.io/cuda-python/cuda-core/0.3.1/"
13- },
14- {
15- "version" : " 0.3.0" ,
16- "url" : " https://nvidia.github.io/cuda-python/cuda-core/0.3.0/"
17- },
18- {
19- "version" : " 0.2.0" ,
20- "url" : " https://nvidia.github.io/cuda-python/cuda-core/0.2.0/"
21- },
22- {
23- "version" : " 0.1.1" ,
24- "url" : " https://nvidia.github.io/cuda-python/cuda-core/0.1.1/"
25- },
26- {
27- "version" : " 0.1.0" ,
28- "url" : " https://nvidia.github.io/cuda-python/cuda-core/0.1.0/"
29- }
30- ]
1+ {
2+ "latest" : " latest" ,
3+ "0.3.2" : " 0.3.2" ,
4+ "0.3.1" : " 0.3.1" ,
5+ "0.3.0" : " 0.3.0" ,
6+ "0.2.0" : " 0.2.0" ,
7+ "0.1.1" : " 0.1.1" ,
8+ "0.1.0" : " 0.1.0"
9+ }
Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "version" : " latest" ,
4+ "url" : " https://nvidia.github.io/cuda-python/latest/"
5+ },
6+ {
7+ "version" : " 13.0.1" ,
8+ "url" : " https://nvidia.github.io/cuda-python/13.0.1/"
9+ },
10+ {
11+ "version" : " 13.0.0" ,
12+ "url" : " https://nvidia.github.io/cuda-python/13.0.0/"
13+ },
14+ {
15+ "version" : " 12.9.0" ,
16+ "url" : " https://nvidia.github.io/cuda-python/12.9.0/"
17+ },
18+ {
19+ "version" : " 12.8.0" ,
20+ "url" : " https://nvidia.github.io/cuda-python/12.8.0/"
21+ },
22+ {
23+ "version" : " 12.6.2" ,
24+ "url" : " https://nvidia.github.io/cuda-python/12.6.2/"
25+ },
26+ {
27+ "version" : " 12.6.1" ,
28+ "url" : " https://nvidia.github.io/cuda-python/12.6.1/"
29+ }
30+ ]
Original file line number Diff line number Diff line change 5555html_theme = "nvidia_sphinx_theme"
5656html_theme_options = {
5757 "switcher" : {
58- "json_url" : "https://nvidia.github.io/cuda-python/versions.json" ,
58+ "json_url" : "https://nvidia.github.io/cuda-python/nv- versions.json" ,
5959 "version_match" : release ,
6060 },
6161 # Add light/dark mode and documentation version switcher
Original file line number Diff line number Diff line change 1- [
2- {
3- "version" : " latest" ,
4- "url" : " https://nvidia.github.io/cuda-python/latest/"
5- },
6- {
7- "version" : " 13.0.1" ,
8- "url" : " https://nvidia.github.io/cuda-python/13.0.1/"
9- },
10- {
11- "version" : " 13.0.0" ,
12- "url" : " https://nvidia.github.io/cuda-python/13.0.0/"
13- },
14- {
15- "version" : " 12.9.0" ,
16- "url" : " https://nvidia.github.io/cuda-python/12.9.0/"
17- },
18- {
19- "version" : " 12.8.0" ,
20- "url" : " https://nvidia.github.io/cuda-python/12.8.0/"
21- },
22- {
23- "version" : " 12.6.2" ,
24- "url" : " https://nvidia.github.io/cuda-python/12.6.2/"
25- },
26- {
27- "version" : " 12.6.1" ,
28- "url" : " https://nvidia.github.io/cuda-python/12.6.1/"
29- }
30- ]
1+ {
2+ "latest" : " latest" ,
3+ "13.0.1" : " 13.0.1" ,
4+ "13.0.0" : " 13.0.0" ,
5+ "12.9.0" : " 12.9.0" ,
6+ "12.8.0" : " 12.8.0" ,
7+ "12.6.2" : " 12.6.2" ,
8+ "12.6.1" : " 12.6.1"
9+ }
You can’t perform that action at this time.
0 commit comments