Change code bash to console

Co-Authored-By: Jesse Tan <jessetan@users.noreply.github.com>
This commit is contained in:
Anthony 2019-07-19 11:35:12 -06:00 committed by GitHub
parent caa3373297
commit 3eef5eb69b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

@ -29,7 +29,7 @@ Installation
This theme is distributed on PyPI_ and can be installed with ``pip``: This theme is distributed on PyPI_ and can be installed with ``pip``:
.. code:: bash .. code:: console
pip install sphinx_rtd_theme pip install sphinx_rtd_theme

View File

@ -23,19 +23,19 @@ Set up your environment
#. Install Sphinx_ and documentation build dependencies. #. Install Sphinx_ and documentation build dependencies.
.. code:: bash .. code:: console
pip install -r docs/requirements.txt pip install -r docs/requirements.txt
#. Install SASS. #. Install SASS.
.. code:: bash .. code:: console
gem install sass gem install sass
#. Install Bower, Grunt, and theme dependencies locally. #. Install Bower, Grunt, and theme dependencies locally.
.. code:: bash .. code:: console
npm install npm install
@ -59,7 +59,7 @@ This default task will do the following:
Alternatively, if you don't need to watch the files, Grunt can be called with Alternatively, if you don't need to watch the files, Grunt can be called with
the same task used for releases: the same task used for releases:
.. code:: bash .. code:: console
grunt build grunt build
@ -81,7 +81,7 @@ Periodically, core team should update the translation files outside our normal
releases. Someone from the core team, with write access to Transifex, should run releases. Someone from the core team, with write access to Transifex, should run
the following: the following:
.. code:: bash .. code:: console
grunt i18n grunt i18n
@ -106,7 +106,7 @@ To release a new version of the theme, core team will take the following steps:
#. Push the tag to GitHub: ``git push --tags origin``. #. Push the tag to GitHub: ``git push --tags origin``.
#. Upload the package to PyPI: #. Upload the package to PyPI:
.. code:: bash .. code:: console
rm -rf dist/ rm -rf dist/
python setup.py sdist bdist_wheel python setup.py sdist bdist_wheel

View File

@ -4,7 +4,7 @@ Installation
Install the package (or add it to your ``requirements.txt`` file): Install the package (or add it to your ``requirements.txt`` file):
.. code:: bash .. code:: console
pip install sphinx_rtd_theme pip install sphinx_rtd_theme