We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc8828 commit b4be8f8Copy full SHA for b4be8f8
1 file changed
docs/developing.md
@@ -77,3 +77,19 @@ mpremote cp dist/armv6m*/emlearn_trees.mpy :emlearn_trees.mpy
77
```
78
79
80
+## Building documentation
81
+
82
+Make sure to have dev dependencies
83
84
+```
85
+pip install -r requirements.dev.txt
86
87
88
+Run the Sphinx build
89
90
91
+make -C docs/ html
92
93
94
+Open the frontpage in browser `docs/_build/html/index.html`
95
0 commit comments