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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,15 +32,15 @@ This system was used to to develop and validate the control system for [a large
32
32
33
33
The following documentation is provided in this repository:
34
34
35
-
-**Technical Documentation**: [Sphinx](https://www.sphinx-doc.org) documentation sources in [/docs](docs/). To build the documentation execute the following commands:
35
+
-**Technical Documentation**: [Sphinx](https://www.sphinx-doc.org) documentation sources in [/docs](docs/). You can build the HTML version of the documentation with the following commands:
36
36
37
37
```bash
38
38
cd docs
39
-
pip install -r requirements.txt
39
+
uv venv && uv sync &&source .venv/bin/activate
40
40
make html
41
41
```
42
42
43
-
> [!NOTE]
43
+
> [!NOTE]
44
44
> Currently the technical documentation is only provided in Spanish.
45
45
46
46
-**Electrical Schematics**: [KiCAD](https://www.kicad.org/) electrical schematics in [/schematics](schematics/).
0 commit comments