Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31971b9

Browse files
committed
DOC: fix the make command
1 parent 40e620e commit 31971b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/devel/release_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ In both cases step 3 will have to be un-done right after the release.
7979

8080
Finally, make sure that the docs build cleanly ::
8181

82-
make -Cdoc O-n=$(nproc) html latexpdf
82+
make -Cdoc O=-j$(nproc) html latexpdf
8383

8484
After the docs are built, check that all of the links, internal and external, are still
8585
valid. We use ``linkchecker`` for this, which has not been ported to python3 yet. You will

0 commit comments

Comments
 (0)