File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ this guide:
991. put this folder as _themes into your docs folder. Alternatively
1010 you can also use git submodules to check out the contents there.
1111
12- 2. add this to your conf.py: ::
12+ 2. add this to your :file: ` conf.py ` : ::
1313
1414 sys.path.append(os.path.abspath('_themes'))
1515 html_theme_path = ['_themes']
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ virtualenv a pleasure to use by wrapping the command line API with a nicer CLI.
280280 $ pip install virtualenvwrapper
281281
282282
283- Put this into your `` ~/.bash_profile ` ` (Linux/Mac) file:
283+ Put this into your :file: ` ~/.bash_profile ` (Linux/Mac) file:
284284
285285.. code-block :: console
286286
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Prerequisite is to install :ref:`Python on Windows <install-windows>`.
5757
58581. Download and install http://sourceforge.net/projects/py2exe/files/py2exe/
5959
60- 2. Write setup.py (`List of configuration options <http://www.py2exe.org/index.cgi/ListOfOptions >`_)::
60+ 2. Write :file: ` setup.py ` (`List of configuration options <http://www.py2exe.org/index.cgi/ListOfOptions >`_)::
6161
6262.. code-block :: python
6363
You can’t perform that action at this time.
0 commit comments