Skip to content

Fix documentation check issue with sitemap (Bugfix)#2271

Merged
Hook25 merged 7 commits intomainfrom
fix-docs-check-sitemap
Feb 9, 2026
Merged

Fix documentation check issue with sitemap (Bugfix)#2271
Hook25 merged 7 commits intomainfrom
fix-docs-check-sitemap

Conversation

@tang-mm
Copy link
Copy Markdown
Collaborator

@tang-mm tang-mm commented Jan 9, 2026

Description

The new docs dependency of sphinx-sitemap requires reading git history to generate the last updated time of documentation pages, which caused build failure with git shallow clones. (as in run log)

WARNING: Git clone too shallow [git.too_shallow]

Changes in this PR:

  • adds checkout with full history in the documentation check workflow. It's only needed when Sphinx build is used, so it is not needed for the other two language check steps.
  • fixed sitemap URL
  • fixed spelling error

Resolved issues

NA

Documentation

NA

Tests

PR checks

@fernando79513
Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

@Hook25 Hook25 left a comment

Choose a reason for hiding this comment

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

thanks

@Hook25 Hook25 merged commit 1487add into main Feb 9, 2026
20 of 24 checks passed
@Hook25 Hook25 deleted the fix-docs-check-sitemap branch February 9, 2026 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants