Skip to content

Commit

Permalink
fixing up sphinx syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
toumorokoshi committed Mar 7, 2016
1 parent 744f657 commit 632d41d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Configuration variables are useful in a variety of situations, including:
* choose whether to run in development mode
* select the environment to run against

.. code:: python
.. code-block:: python
# config.set_defaults can be used to set some default values.
build.config.set_defaults({
Expand Down
4 changes: 2 additions & 2 deletions docs/cookbook/reuse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ reuse. Supply an package in your index repository that contains
all the tasks, and download it in your ubuild.py.


.. code:: python
.. code-block:: python
# in a module mycompany_build
import subprocess
import uranium
Expand Down Expand Up @@ -104,7 +104,7 @@ all the tasks, and download it in your ubuild.py.
And your consumer script will look like:

.. code:: python
.. code-block:: python
# ubuild.py in the project.
from uranium import get_remote_script
Expand Down
2 changes: 1 addition & 1 deletion docs/envs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lifetime of the build, but for any entry points or scripts generated as well.
environment variables can be modified as a regular dictionary:


.. code:: python
.. code-block:: python
import os
Expand Down

0 comments on commit 632d41d

Please sign in to comment.