Skip to content

Commit 93ea9c7

Browse files
committed
Fix enumeration error in the README
Signed-off-by: Javier Gil <javiergil@eprosima.com>
1 parent b11bb36 commit 93ea9c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ building tools.
135135
colcon build
136136
```
137137

138-
[^colcon_ignore]: If the virtual environment is placed within the colcon workspace, it is recommended to add an empty `COLCON_IGNORE` file in the root of the virtual environment so that colcon does not inspect it.
138+
[^colcon_ignore]: If the virtual environment is placed within the colcon workspace, it is recommended to add an empty `COLCON_IGNORE` file in the root of the virtual environment so that colcon does not inspect it.
139139

140140
1. Run documentation tests:
141141

@@ -172,7 +172,7 @@ cd <path_to_repo>/fastdds-docs/build
172172
ctest -VV
173173
```
174174

175-
### Simulating Read the Docs
175+
### Simulating Read the Docs (optional)
176176

177177
ReadTheDocs generates the documentation using Sphinx and [conf.py](docs/conf.py).
178178
This means that it does not execute any colcon or CMake commands.

0 commit comments

Comments
 (0)