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 26675fa commit d26d878Copy full SHA for d26d878
doc/tutorial.rst
@@ -140,9 +140,9 @@ building/publishing:
140
141
make confluence
142
(or)
143
- sphinx-build -b confluence . _build/confluence -E -a
+ sphinx-build -M confluence . _build -E -a
144
145
- python -m sphinx -b confluence . _build/confluence -E -a
+ python -m sphinx -M confluence . _build -E -a
146
147
Documentation of the project should now be published to the Confluence site.
148
0 commit comments