From 958b06e2996570cb7770108b1f467237ead8c4df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 11:28:24 +0800 Subject: [PATCH] Bump pdm-project/setup-pdm from 3 to 4 (#271) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump pdm-project/setup-pdm from 3 to 4 Bumps [pdm-project/setup-pdm](https://github.com/pdm-project/setup-pdm) from 3 to 4. - [Release notes](https://github.com/pdm-project/setup-pdm/releases) - [Commits](https://github.com/pdm-project/setup-pdm/compare/v3...v4) --- updated-dependencies: - dependency-name: pdm-project/setup-pdm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: 简律纯 --- .github/workflows/docs.yml | 2 +- .github/workflows/release.yml | 2 +- docs/source/conf.py | 9 +++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5a6fa327..5fa7f425 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: pdm-project/setup-pdm@v3 + - uses: pdm-project/setup-pdm@v4 name: Setup PDM with: python-version: 3.9 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80a35450..4852430d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: pdm-project/setup-pdm@v3 + - uses: pdm-project/setup-pdm@v4 name: Setup PDM with: python-version: 3.9 diff --git a/docs/source/conf.py b/docs/source/conf.py index fa06ffe7..ac470c9a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,7 +27,7 @@ project = PROJECT_NAME # "IamAI" release = PROJECT_VERSION # "latest" copyright = "2023-PRESENT, Retrofor Wut?" -author = "Hsiang Nianian" # AUTHORS +author = "Hsiang Nianian" # AUTHORS # html_title = "Who am I? I am AI." @@ -56,7 +56,7 @@ ".md": "markdown", } -locale_dirs = ['../locales/'] # path is example but recommended. +locale_dirs = ["../locales/"] # path is example but recommended. gettext_compact = False # optional. gettext_uuid = True # optional. @@ -86,9 +86,10 @@ "class": "fa-brands fa-github", }, { - "name": "Pypi", "url": "https://pypi.org/project/iamai/", + "name": "Pypi", + "url": "https://pypi.org/project/iamai/", "html": "", "class": "fa-brands fa-python", }, ], -} \ No newline at end of file +}