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
add how to build the doc with devcontainer. (#4757)
* add how to build the doc with devcontainer.
* use venv instead of virtualenv.
* add venv to the official doc build procedure.
Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
In order for Sphinx to be able to generate diagrams, the ``dot`` command must be available.
61
69
@@ -232,6 +240,38 @@ Finally, to view the site, you can click on the "Go Live" button in the right bo
232
240
:width:100%
233
241
:alt:Live Server
234
242
243
+
Building the Site with Devcontainer
244
+
-----------------------------------
245
+
246
+
`ROS 2 Documentation GitHub repository <https://github.com/ros2/ros2_documentation>`__ also supports ``Devcontainer`` development environment with Visual Studio Code.
247
+
This will enable you to build the documentation much easier without changing your operating system.
248
+
249
+
See :doc:`../../How-To-Guides/Setup-ROS-2-with-VSCode-and-Docker-Container` to install VS Code and Docker before the following procedure.
0 commit comments