Skip to content

Commit

Permalink
Try different param
Browse files Browse the repository at this point in the history
  • Loading branch information
adikhoff committed Oct 16, 2024
1 parent 19484a8 commit efa3bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def build():
print("See if we have Sphinx")

#This command could have multiple commands separated by a new line \n
some_command = "sphinx-build -b -j 8 html ./_migrated/ _build/html"
some_command = "sphinx-build -b html -j 4 . ./_build/html"

p = subprocess.Popen(some_command, stdout=subprocess.PIPE, shell=True)

Expand Down

0 comments on commit efa3bcd

Please sign in to comment.