Skip to content

Commit 3eef5eb

Browse files
agjohnsonjessetan
andauthored
Change code bash to console
Co-Authored-By: Jesse Tan <[email protected]>
1 parent caa3373 commit 3eef5eb

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Installation
2929

3030
This theme is distributed on PyPI_ and can be installed with ``pip``:
3131

32-
.. code:: bash
32+
.. code:: console
3333
3434
pip install sphinx_rtd_theme
3535

docs/contributing.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ Set up your environment
2323

2424
#. Install Sphinx_ and documentation build dependencies.
2525

26-
.. code:: bash
26+
.. code:: console
2727
2828
pip install -r docs/requirements.txt
2929
3030
#. Install SASS.
3131

32-
.. code:: bash
32+
.. code:: console
3333
3434
gem install sass
3535
3636
#. Install Bower, Grunt, and theme dependencies locally.
3737

38-
.. code:: bash
38+
.. code:: console
3939
4040
npm install
4141
@@ -59,7 +59,7 @@ This default task will do the following:
5959
Alternatively, if you don't need to watch the files, Grunt can be called with
6060
the same task used for releases:
6161

62-
.. code:: bash
62+
.. code:: console
6363
6464
grunt build
6565
@@ -81,7 +81,7 @@ Periodically, core team should update the translation files outside our normal
8181
releases. Someone from the core team, with write access to Transifex, should run
8282
the following:
8383

84-
.. code:: bash
84+
.. code:: console
8585
8686
grunt i18n
8787
@@ -106,7 +106,7 @@ To release a new version of the theme, core team will take the following steps:
106106
#. Push the tag to GitHub: ``git push --tags origin``.
107107
#. Upload the package to PyPI:
108108

109-
.. code:: bash
109+
.. code:: console
110110
111111
rm -rf dist/
112112
python setup.py sdist bdist_wheel

docs/installing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Installation
44

55
Install the package (or add it to your ``requirements.txt`` file):
66

7-
.. code:: bash
7+
.. code:: console
88
99
pip install sphinx_rtd_theme
1010

0 commit comments

Comments
 (0)