diff --git a/mkdocs.yml b/mkdocs.yml index e9b84f2..ebc255f 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]