Skip to content

Commit

Permalink
Disable verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 committed Jul 20, 2022
1 parent c86c38c commit 5d92146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#

# You can set these variables from the command line.
SPHINXOPTS = -v -j auto -W --keep-going -w build_errors.txt -N
SPHINXOPTS = -j auto -W --keep-going -w build_errors.txt -N
SPHINXBUILD = sphinx-build
SOURCEDIR = source
BUILDDIR = _build
Expand Down
2 changes: 1 addition & 1 deletion doc/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if "%SPHINXBUILD%" == "" (
)
set SOURCEDIR=source
set BUILDDIR=_build
set SPHINXOPTS=-v -j auto -W --keep-going -w build_errors.txt -N
set SPHINXOPTS=-j auto -W --keep-going -w build_errors.txt -N

if "%1" == "" goto help
if "%1" == "clean" goto clean
Expand Down

0 comments on commit 5d92146

Please sign in to comment.