Skip to content
Snippets Groups Projects
Commit 80c362fb authored by dx's avatar dx
Browse files

who documents the documenters

parent 3f73b6ce
Branches
Tags
No related merge requests found
......@@ -13,3 +13,6 @@ __pycache__
# Python
.venv
# sphinx
docs/_build/
......@@ -248,3 +248,19 @@ Then write and read from each side:
uart.write("hiiii")
uart.read(5)
```
### Documentation
To build sphinx docs:
```
cd docs
make html
firefox _build/html/index.html
```
To continuously build on change:
```
watchexec make html
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment