Skip to content

Commit 8a01dee

Browse files
committed
Update repo link
Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
1 parent 2589257 commit 8a01dee

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 &copy; 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
@@ -64,12 +64,12 @@ jupyter = "^1.1.1"
6464

6565

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

7575
[build-system]

0 commit comments

Comments
 (0)