Skip to content

Commit a691a92

Browse files
authored
Merge pull request #12 from Golem-Base/rvdp/docs
chore: add pdoc to devshell again
2 parents 989b201 + 4a1374c commit a691a92

3 files changed

Lines changed: 82 additions & 1 deletion

File tree

.github/workflows/example.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,8 @@ jobs:
6565
nix develop --no-write-lock-file --reference-lock-file ../flake.lock --command
6666
./result/bin/main --instance local
6767
working-directory: ./example
68+
69+
- name: Build the docs files
70+
id: build
71+
run: |
72+
nix develop --command pdoc golem_base_sdk -o docs

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ report_progress = true
8787

8888
[dependency-groups]
8989
dev = [
90+
"pdoc>=15.0.3",
9091
"pylsp-mypy>=0.7.0",
9192
"python-lsp-server>=1.12.2",
9293
]

uv.lock

Lines changed: 76 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)