File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ stylesheet = riverbank.css
5
5
[options]
6
6
footerbgcolor = white
7
7
footertextcolor = black
8
+ sidebarwidth = 20em
8
9
sidebarbgcolor = white
9
10
sidebartextcolor = black
10
11
sidebarlinkcolor = #4186cb
Original file line number Diff line number Diff line change @@ -423,6 +423,8 @@ The full set of command line options is:
423
423
424
424
.. option :: --build-dir DIR
425
425
426
+ .. versionadded :: 3.3.0
427
+
426
428
``DIR `` is the name of the temporary build directory used to build each
427
429
component. By default a directory called ``build `` in the target-specific
428
430
sysroot directory is used.
@@ -441,6 +443,8 @@ The full set of command line options is:
441
443
442
444
.. option :: --jobs NUMBER
443
445
446
+ .. versionadded :: 3.3.0
447
+
444
448
This specifies the number of :program: `make ` jobs that will be run in
445
449
parallel. It only has an affect on Linux and macOS hosts.
446
450
You can’t perform that action at this time.
0 commit comments