Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Commit b556eaf

Browse files
authored
Remove superfluous commands.
1 parent 0af82d3 commit b556eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ SCVersioning:
4141

4242
.. code-block:: bash
4343
44-
sphinx-versioning build -r feature_branch build docs docs/_build/html
44+
sphinx-versioning build -r feature_branch docs docs/_build/html
4545
open docs/_build/html/index.html
4646
4747
More information about all of the options can be found at :ref:`settings` or by running with ``--help`` but just for
@@ -93,7 +93,7 @@ Now that you have the destination branch in origin go ahead and run SCVersioning
9393

9494
.. code-block:: bash
9595
96-
sphinx-versioning push -r feature_branch push docs gh-pages .
96+
sphinx-versioning push -r feature_branch docs gh-pages .
9797
9898
Again you can find more information about all of the options at :ref:`settings` or by running with ``--help`` but just
9999
for convenience:

0 commit comments

Comments
 (0)