Skip to content
Open
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
1 change: 1 addition & 0 deletions en/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ plugins:
- search:
lang: ['en']
- open-in-new-tab
- glightbox
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

🌐 Web query:

What is the latest version of mkdocs-glightbox plugin?

💡 Result:

The latest released version of the mkdocs-glightbox plugin is 0.5.2 (released October 23, 2025) on PyPI. [1]


Consider updating mkdocs-glightbox to the latest version.

The plugin addition is correctly implemented with proper syntax and placement. However, the pinned version 0.3.4 is outdated—the latest available version is 0.5.2 (released October 2025). Consider updating mkdocs-glightbox in requirements.txt to benefit from recent improvements and maintenance.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@en/mkdocs.yml` at line 188, The mkdocs-glightbox dependency is pinned to an
outdated version (0.3.4); update the pinned version in requirements.txt to the
latest stable release (0.5.2) so the plugin referenced in mkdocs.yml
(mkdocs-glightbox) uses the newer package; open requirements.txt, find the
mkdocs-glightbox entry and change its version specifier to 0.5.2 (or a
compatible range like >=0.5.2,<0.6) and run dependency install/tests to verify
nothing breaks.

- markdownextradata

- exclude:
Expand Down