Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -86,9 +86,6 @@ markdown_extensions:
- pymdownx.arithmatex:
generic: true

watch:
- cldk

extra_css:
- assets/css/theme.css
- assets/css/mkdocstrings.css
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down