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

who documents the documenters

parent 3f73b6ce
Branches
No related tags found
No related merge requests found
...@@ -13,3 +13,6 @@ __pycache__ ...@@ -13,3 +13,6 @@ __pycache__
# Python # Python
.venv .venv
# sphinx
docs/_build/
...@@ -248,3 +248,19 @@ Then write and read from each side: ...@@ -248,3 +248,19 @@ Then write and read from each side:
uart.write("hiiii") uart.write("hiiii")
uart.read(5) 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