File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ jobs:
38
38
# The build stage could fail but we want the CI to keep moving.
39
39
if : ${{ github.repository_owner == 'nvidia' && !cancelled() }}
40
40
# WAR: Building the doc currently requires a GPU (NVIDIA/cuda-python#326,327)
41
- runs-on : linux-amd64-gpu-t4-latest-1-testing
42
- # runs-on: ubuntu-latest
41
+ # runs-on: linux-amd64-gpu-t4-latest-1-testing
42
+ runs-on : ubuntu-latest
43
43
defaults :
44
44
run :
45
45
shell : bash -el {0}
46
46
steps :
47
47
# WAR: Building the doc currently requires a GPU (NVIDIA/cuda-python#326,327)
48
- - name : Ensure GPU is working
49
- run : nvidia-smi
48
+ # - name: Ensure GPU is working
49
+ # run: nvidia-smi
50
50
51
51
- name : Checkout ${{ github.event.repository.name }}
52
52
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 101
101
napoleon_google_docstring = False
102
102
napoleon_numpy_docstring = True
103
103
104
+ autodoc_mock_imports = ["cuda" ]
104
105
105
106
section_titles = ["Returns" ]
106
107
You can’t perform that action at this time.
0 commit comments