Skip to content

Commit d26d878

Browse files
committed
doc: promote make-mode build call
This variant of building is simpler; promote its use instead. Signed-off-by: James Knight <[email protected]>
1 parent 26675fa commit d26d878

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ building/publishing:
140140
141141
make confluence
142142
(or)
143-
sphinx-build -b confluence . _build/confluence -E -a
143+
sphinx-build -M confluence . _build -E -a
144144
(or)
145-
python -m sphinx -b confluence . _build/confluence -E -a
145+
python -m sphinx -M confluence . _build -E -a
146146
147147
Documentation of the project should now be published to the Confluence site.
148148

0 commit comments

Comments
 (0)