-
Notifications
You must be signed in to change notification settings - Fork 8
Enable sphinxext-opengraph for Open Graph metadata #214
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
base: main
Are you sure you want to change the base?
Conversation
jbampton
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jbampton
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The site url is wrong
|
I updated the ogp_site_url in the PR with the URL you suggested but I believe that link points to the PR files on GitHub not the live documentation site Should we use the actual published docs URL instead for correct Open Graph metadata? |
|
We should point to the live docs. Did you test your work with "make" ? |
…ep sphinxext-opengraph in requirements
a53b97a to
cf31ba1
Compare
Enables automatic Open Graph meta tag generation for improved social media sharing and SEO.
Configures ogp_site_url to match the project’s GitHub Pages URL.
Sets optional Open Graph parameters: description length and page type (website).
Closes #90