Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e620e commit 31971b9Copy full SHA for 31971b9
1 file changed
doc/devel/release_guide.rst
@@ -79,7 +79,7 @@ In both cases step 3 will have to be un-done right after the release.
79
80
Finally, make sure that the docs build cleanly ::
81
82
- make -Cdoc O-n=$(nproc) html latexpdf
+ make -Cdoc O=-j$(nproc) html latexpdf
83
84
After the docs are built, check that all of the links, internal and external, are still
85
valid. We use ``linkchecker`` for this, which has not been ported to python3 yet. You will
0 commit comments