Skip to content

Commit 2b44d60

Browse files
committed
feat: remove legacy SDK references from documentation and configuration
Signed-off-by: James Ding <[email protected]>
1 parent ee21162 commit 2b44d60

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update Documentation
1+
name: Documentation
22

33
on:
44
push:
@@ -38,7 +38,6 @@ jobs:
3838
- name: Copy generated documentation
3939
run: |
4040
cp sdk/build/docs/content/fishaudio/*.md docs/sdk-reference/python/module-reference/
41-
cp sdk/build/docs/content/fish_audio_sdk.md docs/sdk-reference/python/module-reference/
4241
4342
- name: Create Pull Request
4443
uses: peter-evans/create-pull-request@v6

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,4 @@ pages = [
7878
{title = "Core", name="fishaudio/core", contents = ["fishaudio.core.*"] },
7979
{title = "Utils", name="fishaudio/utils", contents = ["fishaudio.utils.*"] },
8080
{title = "Exceptions", name="fishaudio/exceptions", contents = ["fishaudio.exceptions.*"] },
81-
{title = "Legacy SDK", name="fish_audio_sdk", contents = ["fish_audio_sdk.*"]},
8281
]

0 commit comments

Comments
 (0)