Skip to content

Commit

Permalink
doc: promote make-mode build call
Browse files Browse the repository at this point in the history
This variant of building is simpler; promote its use instead.

Signed-off-by: James Knight <[email protected]>
  • Loading branch information
jdknight committed Nov 11, 2024
1 parent 26675fa commit d26d878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ building/publishing:
make confluence
(or)
sphinx-build -b confluence . _build/confluence -E -a
sphinx-build -M confluence . _build -E -a
(or)
python -m sphinx -b confluence . _build/confluence -E -a
python -m sphinx -M confluence . _build -E -a
Documentation of the project should now be published to the Confluence site.

Expand Down

0 comments on commit d26d878

Please sign in to comment.