Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/retrofor/iamai
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Jan 27, 2024
2 parents 3dd0dd0 + 958b06e commit 6c676dc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 5 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."

Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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",
},
],
}
}

0 comments on commit 6c676dc

Please sign in to comment.