This repository was archived by the owner on Jun 11, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ SCVersioning:
4141
4242.. code-block :: bash
4343
44- sphinx-versioning -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
47- More information about all of the options can be found at :ref: `settings ` or by running with ``-help `` but just for
47+ More information about all of the options can be found at :ref: `settings ` or by running with ``-- help `` but just for
4848convenience:
4949
5050* ``-r feature_branch `` tells the program to build our newly created/pushed branch at the root of the "html" directory.
@@ -93,9 +93,9 @@ Now that you have the destination branch in origin go ahead and run SCVersioning
9393
9494.. code-block :: bash
9595
96- sphinx-versioning -r feature_branch push docs gh-pages .
96+ sphinx-versioning push -r feature_branch docs gh-pages .
9797
98- Again you can find more information about all of the options at :ref: `settings ` or by running with ``-help `` but just
98+ Again you can find more information about all of the options at :ref: `settings ` or by running with ``-- help `` but just
9999for convenience:
100100
101101* ``gh-pages `` is obviously the branch that will hold generated HTML docs.
You can’t perform that action at this time.
0 commit comments