Skip to content

Commit

Permalink
Fixed windows shell_cmd error catching ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDBanner committed Jan 30, 2022
1 parent 814f106 commit 5546462
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/install_and_contrib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ Download & Install Additional Packages
choco install git git-lfx gh sublimetext4 sublimemerge -y
choco install python -y
# close the powershell and open a new one; then proceed
pip install sphinx sphinx-rtd-theme sphinx-copybutton sphinx-tabs rst2pdf
Expand Down Expand Up @@ -310,7 +311,7 @@ Configure Sublime Text
.. code-block:: bash
{
"shell_cmd": "cd %USERPROFILE%/academy && rmdir /s /q _build && make html"
"shell_cmd": "cd %USERPROFILE%\\academy & rmdir /s /q _build & make html"
}
.. group-tab:: MacOS
Expand Down Expand Up @@ -399,7 +400,7 @@ The master branch is the one where the live version of the Academy gets rendered

*What you can do here*

You can fix typos, add content, and create pull requests to the origin repository.
You can fix typos, add content, and create pull requests to the upstream repository.


**Branch: Temp**
Expand Down

0 comments on commit 5546462

Please sign in to comment.