Skip to content

Commit 2da1d61

Browse files
committed
update docs workflow
1 parent a7a4a19 commit 2da1d61

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
deploy:
2222
name: Build Documentation
2323
runs-on: macos-latest
24+
defaults:
25+
run:
26+
working-directory: sdk/python/
2427
steps:
2528
- name: Checkout repository
2629
uses: actions/checkout@v4

sdk/python/packages/flet/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ docs-coverage = [
5151
docs = [
5252
"mkdocs >=1.6.1",
5353
"mkdocs-material >=9.6.15",
54-
"mkdocstrings-python >=1.16.12",
54+
"mkdocstrings-python >=1.18.2",
5555
"mkdocstrings-python-xref >=1.16.4",
5656
"mike >=2.1.3",
5757
"markdown >=3.6",

0 commit comments

Comments
 (0)