Skip to content

Commit b198cb8

Browse files
committed
use ubuntu latest to build docs
1 parent 10e06ab commit b198cb8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
# The build stage could fail but we want the CI to keep moving.
1414
if: ${{ github.repository_owner == 'nvidia' && !cancelled() }}
1515
# WAR: Building the doc currently requires a GPU (NVIDIA/cuda-python#326,327)
16-
runs-on: linux-amd64-gpu-t4-latest-1-testing
17-
#runs-on: ubuntu-latest
16+
#runs-on: linux-amd64-gpu-t4-latest-1-testing
17+
runs-on: ubuntu-latest
1818
defaults:
1919
run:
2020
shell: bash -el {0}

cuda_core/docs/source/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@
9696
section_titles = ["Returns"]
9797

9898
autodoc_mock_imports = ["cuda"]
99-
# from cuda.core.experimental._linker import LinkerOptions # noqa: F401, E402
100-
# from cuda.core.experimental._module import ObjectCode # noqa: F401, E402
10199

102100

103101
def autodoc_process_docstring(app, what, name, obj, options, lines):

0 commit comments

Comments
 (0)