You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ building tools.
135
135
colcon build
136
136
```
137
137
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.
139
139
140
140
1. Run documentation tests:
141
141
@@ -172,7 +172,7 @@ cd <path_to_repo>/fastdds-docs/build
172
172
ctest -VV
173
173
```
174
174
175
-
### Simulating Read the Docs
175
+
### Simulating Read the Docs (optional)
176
176
177
177
ReadTheDocs generates the documentation using Sphinx and [conf.py](docs/conf.py).
178
178
This means that it does not execute any colcon or CMake commands.
0 commit comments