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.rst
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,16 @@ Building PDF
134
134
5. Install the dependencies `pip install -r requirements.txt`
135
135
6. Now you can use `make ...` to build all the stuff - for example `make pdf` to build the PDF flavor of all manuals
136
136
137
+
Using the VSCode DevContainer
138
+
=============================
139
+
140
+
This repository contains a full-featured `VSCode DevContainer <https://code.visualstudio.com/docs/devcontainers/containers>`_.
141
+
You can use it in your local development environment or via `GitHub Codespaces <https://github.com/features/codespaces>`_.
142
+
Just open the container an use one of the commands from above to build the project. For example ``make`` to build the full
143
+
documentaion, ``make html`` to build the HTML documentaion or ``make pdf`` to build the PDF documentation. You can also use
144
+
``make SPHINXBUILD=sphinx-autobuild html`` in combination with `port forwarding <https://code.visualstudio.com/docs/devcontainers/containers#_forwarding-or-publishing-a-port>`_
145
+
to watch file changes and automatically reload the html preview.
0 commit comments