Skip to content

Commit

Permalink
chore(deps): update Python and docs dependencies, adjust API build wo…
Browse files Browse the repository at this point in the history
…rkflow
  • Loading branch information
HsiangNianian committed Sep 7, 2024
1 parent 3367cca commit ad74d91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-api.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: api build
name: Build API Doc

on:
push:
Expand All @@ -8,7 +8,7 @@ on:
inputs:
reason:
type: string
required: true
required: false
description: 'The reason to manually trigger api doc build'

jobs:
Expand All @@ -32,7 +32,7 @@ jobs:
run: pdm sync

- name: Install dependencies
run: pdm install -dG docs
run: pdm install --group docs --dev --no-default

- name: Remove API Doc
run: rm -rf docs/source/api
Expand Down
14 changes: 7 additions & 7 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
furo>=2023.3.27
sphinx-autobuild>=2021.3.14
myst-parser>=0.18.1
sphinx>=5.3.0
tomli
sphinx_design
sphinx-intl>=2.1.0
docutils>=0.20.1
furo>=2024.5.6
sphinx-autobuild>=2024.4.16
myst-parser>=3.0.1
sphinx>=7.3.7
tomli>=2.0.1
sphinx-intl>=2.2.0

0 comments on commit ad74d91

Please sign in to comment.