Skip to content

Commit ba9dbab

Browse files
authored
Merge pull request #102 from codellm-devkit/update-docs-mkdocs-yml
Update repo links
2 parents 25d7c5d + cf23406 commit ba9dbab

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

mkdocs.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: Codellm-Devkit
2-
site_description: A library for streamlined code analysis insights for CodeLLM development and deployment.
3-
repo_url: https://github.com/IBM/codellm-devkit
4-
repo_name: IBM/codellm-devkit
2+
site_description: Libraries for streamlined code analysis insights for CodeLLM development and deployment.
3+
repo_url: https://github.com/codellm-devkit
4+
repo_name: codellm-devkit
55
strict: false
66
copyright: Copyright © 2024-2025 IBM
77

@@ -86,9 +86,6 @@ markdown_extensions:
8686
- pymdownx.arithmatex:
8787
generic: true
8888

89-
watch:
90-
- cldk
91-
9289
extra_css:
9390
- assets/css/theme.css
9491
- assets/css/mkdocstrings.css

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ jupyter = "^1.1.1"
6565

6666

6767
[tool.poetry.group.doc.dependencies]
68-
mkdocs-material = {extras = ["imaging"], version = "^9.6.2"}
69-
mkdocs-autorefs = "^1.3.0"
68+
mkdocs-material = {extras = ["imaging"], version = "^9.6.3"}
69+
mkdocs-autorefs = "^1.3.1"
7070
mkdocs-get-deps = "^0.2.0"
7171
mkdocs-material-extensions = "^1.3.1"
7272
mkdocstrings = "^0.28.0"
73-
mkdocstrings-python = "^1.14.5"
73+
mkdocstrings-python = "^1.15.0"
7474
mkdocs-git-revision-date-localized-plugin = "^1.3.0"
7575

7676
[build-system]

0 commit comments

Comments
 (0)