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

Add missing ref to url links in OpenGraph metadata #958

Merged
merged 1 commit into from Jan 17, 2024

Conversation

elisno
Copy link
Member

@elisno elisno commented Jan 17, 2024

The opengraph extension for sphinx only links to https://docs.cleanlab.ai/[path/to/page].html, but should be https://docs.cleanlab.ai/[ref_name]/[path/to/page].html.

where ref_name should be either stable, master or a released version (e.g. v.2.6.0 in the future).

Without this fix, all the links will fail a link-check.

This PR aims to fix that issue.

Copy link

codecov bot commented Jan 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a8d2170) 96.91% compared to head (56afc3b) 96.92%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #958   +/-   ##
=======================================
  Coverage   96.91%   96.92%           
=======================================
  Files          71       71           
  Lines        5707     5716    +9     
  Branches      971      972    +1     
=======================================
+ Hits         5531     5540    +9     
  Misses         91       91           
  Partials       85       85           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@elisno
Copy link
Member Author

elisno commented Jan 17, 2024

Merging to test if deployed docs for the master branch work.

@elisno elisno merged commit 9315431 into cleanlab:master Jan 17, 2024
21 checks passed
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.

None yet

1 participant