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 5839a9c commit 3741c06Copy full SHA for 3741c06
justfile
@@ -26,6 +26,11 @@ build:
26
install:
27
pip3 install dist/bdkpython-*.whl --force-reinstall
28
29
+[group("Build")]
30
+[doc("Build Sphinx api documentation.")]
31
+api-docs:
32
+ python3 -m sphinx -b html -W --keep-going -v docs/source docs/_build/html
33
+
34
[group("Submodule")]
35
[doc("Initialize bdk-ffi submodule to committed hash.")]
36
submodule-init:
0 commit comments