Skip to content

Commit 3741c06

Browse files
committed
build: add sphinx api-docs build command in justfile
1 parent 5839a9c commit 3741c06

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ build:
2626
install:
2727
pip3 install dist/bdkpython-*.whl --force-reinstall
2828

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+
2934
[group("Submodule")]
3035
[doc("Initialize bdk-ffi submodule to committed hash.")]
3136
submodule-init:

0 commit comments

Comments
 (0)