From 3eef5eb69b36b71fb67e245d642559b37c8a6913 Mon Sep 17 00:00:00 2001 From: Anthony Date: Fri, 19 Jul 2019 11:35:12 -0600 Subject: [PATCH] Change code bash to console Co-Authored-By: Jesse Tan --- README.rst | 2 +- docs/contributing.rst | 12 ++++++------ docs/installing.rst | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 779df03c..9c6b7dd8 100644 --- a/README.rst +++ b/README.rst @@ -29,7 +29,7 @@ Installation This theme is distributed on PyPI_ and can be installed with ``pip``: -.. code:: bash +.. code:: console pip install sphinx_rtd_theme diff --git a/docs/contributing.rst b/docs/contributing.rst index f214e8a0..1c94fc59 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -23,19 +23,19 @@ Set up your environment #. Install Sphinx_ and documentation build dependencies. - .. code:: bash + .. code:: console pip install -r docs/requirements.txt #. Install SASS. - .. code:: bash + .. code:: console gem install sass #. Install Bower, Grunt, and theme dependencies locally. - .. code:: bash + .. code:: console 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 the same task used for releases: -.. code:: bash +.. code:: console 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 the following: -.. code:: bash +.. code:: console 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``. #. Upload the package to PyPI: - .. code:: bash + .. code:: console rm -rf dist/ python setup.py sdist bdist_wheel diff --git a/docs/installing.rst b/docs/installing.rst index 637133c4..978b3038 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -4,7 +4,7 @@ Installation Install the package (or add it to your ``requirements.txt`` file): -.. code:: bash +.. code:: console pip install sphinx_rtd_theme