From 8a01dee452a4c90eb9eded50e50ce81454ac53e5 Mon Sep 17 00:00:00 2001 From: Rahul Krishna Date: Tue, 11 Feb 2025 13:05:10 -0500 Subject: [PATCH 1/2] Update repo link Signed-off-by: Rahul Krishna --- mkdocs.yml | 9 +++------ pyproject.toml | 6 +++--- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index e9b84f2..6ab233b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,7 +1,7 @@ site_name: Codellm-Devkit -site_description: A library for streamlined code analysis insights for CodeLLM development and deployment. -repo_url: https://github.com/IBM/codellm-devkit -repo_name: IBM/codellm-devkit +site_description: Libraries for streamlined code analysis insights for CodeLLM development and deployment. +# repo_url: https://github.com/codellm-devkit +repo_name: codellm-devkit strict: false copyright: Copyright © 2024-2025 IBM @@ -86,9 +86,6 @@ markdown_extensions: - pymdownx.arithmatex: generic: true -watch: - - cldk - extra_css: - assets/css/theme.css - assets/css/mkdocstrings.css diff --git a/pyproject.toml b/pyproject.toml index 5ef5d96..54719a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,12 +64,12 @@ jupyter = "^1.1.1" [tool.poetry.group.doc.dependencies] -mkdocs-material = {extras = ["imaging"], version = "^9.6.2"} -mkdocs-autorefs = "^1.3.0" +mkdocs-material = {extras = ["imaging"], version = "^9.6.3"} +mkdocs-autorefs = "^1.3.1" mkdocs-get-deps = "^0.2.0" mkdocs-material-extensions = "^1.3.1" mkdocstrings = "^0.28.0" -mkdocstrings-python = "^1.14.5" +mkdocstrings-python = "^1.15.0" mkdocs-git-revision-date-localized-plugin = "^1.3.0" [build-system] From cf23406570f178155089eb67056c44583f97e1c0 Mon Sep 17 00:00:00 2001 From: Rahul Krishna Date: Tue, 11 Feb 2025 13:10:17 -0500 Subject: [PATCH 2/2] Update repo link Signed-off-by: Rahul Krishna --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 6ab233b..ebc255f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: Codellm-Devkit site_description: Libraries for streamlined code analysis insights for CodeLLM development and deployment. -# repo_url: https://github.com/codellm-devkit +repo_url: https://github.com/codellm-devkit repo_name: codellm-devkit strict: false copyright: Copyright © 2024-2025 IBM