Skip to content

Commit

Permalink
docs: Remove parallel build option from makefiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Oct 30, 2023
1 parent 5022fbc commit a3924cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Minimal makefile for Sphinx documentation

# You can set these variables from the command line.
SPHINXOPTS = -W --keep-going -j 2
SPHINXOPTS = -W --keep-going
SPHINXBUILD = python -msphinx
SPHINXPROJ = tm_devices
SOURCEDIR = .
Expand Down
2 changes: 1 addition & 1 deletion docs/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if "%BUILDDIR%" == "" (
)
set SPHINXPROJ=tm_devices
if "%SPHINXOPTS%" == "" (
set SPHINXOPTS=-W --keep-going -j 2
set SPHINXOPTS=-W --keep-going
)

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

0 comments on commit a3924cd

Please sign in to comment.