Skip to content

Commit d0d54fb

Browse files
committed
revert -W changes
1 parent 702ac54 commit d0d54fb

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

docs/cugraph-docs/Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# Copyright (c) 2024-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2-
31
# Minimal makefile for Sphinx documentation
42
#
53

64
# You can set these variables from the command line.
7-
SPHINXOPTS = "-v -W"
5+
SPHINXOPTS = "-v"
86
SPHINXBUILD = sphinx-build
97
SPHINXPROJ = cugraph
108
SOURCEDIR = source

docs/cugraph-docs/make.bat

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
REM Copyright (c) 2024-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2-
31
@ECHO OFF
42

53
pushd %~dp0
@@ -11,7 +9,6 @@ if "%SPHINXBUILD%" == "" (
119
)
1210
set SOURCEDIR=source
1311
set BUILDDIR=build
14-
set SPHINXOPTS=-v -W
1512
set SPHINXPROJ=cuGraph
1613

1714
if "%1" == "" goto help

0 commit comments

Comments
 (0)