Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IBX-9609: Strict validation #2666

Draft
wants to merge 20 commits into
base: master
Choose a base branch
from
Draft

Conversation

adriendupuis
Copy link
Contributor

@adriendupuis adriendupuis commented Mar 7, 2025

Question Answer
JIRA Ticket IBX-9609
Versions All
Edition All

Get a strict validation as recommended in https://www.mkdocs.org/user-guide/configuration/#validation following #2627

For master & 4.6, it needs

For 3.3, it needs

Checklist

  • Text renders correctly
  • Text has been checked with vale
  • Description metadata is up to date
  • Redirects cover removed/moved pages
  • Code samples are working
  • PHP code samples have been fixed with PHP CS fixer
  • Added link to this PR in relevant JIRA ticket or code PR

ERROR: Cannot install Markdown==3.2.1 and mkdocs==1.6.1 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested Markdown==3.2.1
    mkdocs 1.6.1 depends on markdown>=3.3.6
* requirements.txt: Upgrade Markdown to latest
* requirements.txt: Upgrade Pygments to latest
* requirements.txt: Upgrade PyMdown Extensions to latest
* requirements.txt: Upgrade Material for MkDocs to latest
* requirements.txt: Upgrade Mkdocs-Macros to latest
* requirements.txt: Upgrade mkdocs-redirects to latest
* requirements.txt: Upgrade MkDocs Autolinks Plugin to latest
* navigation.css: Fix right ToC (probably due to Material for MkDocs upgrade)
* navigation.css: Fix left ToC (probably due to Material for MkDocs upgrade)
# Conflicts:
#	requirements.txt
Copy link

github-actions bot commented Mar 7, 2025

Preview of modified Markdown: no Markdown change to preview.

@adriendupuis adriendupuis changed the title Ibx 9609 strict validation IBX-9609: strict validation Mar 7, 2025
@adriendupuis adriendupuis changed the title IBX-9609: strict validation IBX-9609: Strict validation Mar 7, 2025
* requirements.txt: Upgrade mkdocs to latest
* requirements.txt: Upgrade Markdown to latest
* requirements.txt: Upgrade Pygments to latest
* requirements.txt: Upgrade PyMdown Extensions to latest
* requirements.txt: Upgrade Material for MkDocs to latest
* requirements.txt: Upgrade Mkdocs-Macros to latest
* requirements.txt: Upgrade mkdocs-redirects to latest
* requirements.txt: Upgrade MkDocs Autolinks Plugin to latest
* navigation.css: Fix right ToC (probably due to Material for MkDocs upgrade)
* navigation.css: Fix left ToC (probably due to Material for MkDocs upgrade)
* .readthedocs.yml: Upgrade python & pip (#2653)
* mkdocs: `absolute_links: relative_to_docs`

(cherry picked from commit 97cf2cc)
Fix `WARNING -  Config value 'validation': Sub-option 'links': Sub-option 'omitted_files': Unrecognised configuration name: omitted_files`
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.

1 participant