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 6196de8 commit 5bea2b4Copy full SHA for 5bea2b4
1 file changed
scaledp/README.md
@@ -30,7 +30,9 @@
30
### Build documentation
31
32
```bash
33
+ pip install sphinx_book_theme myst_parser
34
poetry run sphinx-build -M html source build
35
+ poetry run sphinx-apidoc -o source/ ../scaledp
36
```
37
38
### Release
0 commit comments