doc/*.rst: use console highlighting
authorPaul Brossier <piem@piem.org>
Sun, 23 Sep 2018 08:11:27 +0000 (10:11 +0200)
committerPaul Brossier <piem@piem.org>
Sun, 23 Sep 2018 08:11:27 +0000 (10:11 +0200)
doc/debian_packages.rst
doc/python_module.rst

index 6680f1a..9bc7ab7 100644 (file)
@@ -9,7 +9,7 @@ For the latest version of the packages, see
 https://anonscm.debian.org/cgit/collab-maint/aubio.git/. Use
 ``git-buildpackage`` to build from the git repository. For instance:
 
-.. code-block:: bash
+.. code-block:: console
 
     $ git clone git://anonscm.debian.org/collab-maint/aubio.git
     $ cd aubio
index 11e1dc0..f801368 100644 (file)
@@ -10,7 +10,7 @@ Installing aubio with pip
 
 aubio can now be installed using ``pip``:
 
-.. code-block:: bash
+.. code-block:: console
 
     $ pip install aubio
 
@@ -19,7 +19,7 @@ Building the module
 
 From ``aubio`` source directory, run the following:
 
-.. code-block:: bash
+.. code-block:: console
 
     $ ./setup.py clean
     $ ./setup.py build