Skip to content

Commit e326b79

Browse files
committed
Fix warnings in documentation build
1 parent 47e7507 commit e326b79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ Khiops can be installed with `conda package manager <https://docs.conda.io/en/la
1414
conda activate khiops-env
1515
conda install -c conda-forge khiops
1616
17-
Alternatively, you can install in a virtual environment using `pip`,
18-
under Linux (in a `bash` shell) :
17+
Alternatively, you can install in a virtual environment using ``pip``,
18+
under Linux (in a ``bash`` shell) :
1919

2020
.. code-block:: bash
2121
2222
python -m venv khiops-venv
2323
source khiops-venv/bin/activate
2424
pip install -U khiops
2525
26-
under Windows (in a `powershell` shell) :
26+
under Windows (in a ``powershell`` shell) :
2727

2828
.. code-block:: powershell
2929

0 commit comments

Comments
 (0)