sphinxext-opengraph
sphinxext-opengraph copied to clipboard
Sphinx extension to generate unique OpenGraph metadata
So, in my site my pages have consistent metadata with fields like `title`. I'd love to have these automatically also populate the `og:title` field. Any suggestions on how this could...
Closes #53. Adds full support for image, video, and audio og tags: - [x] Relative path support for images - [ ] Relative path support for video and audio -...
The `ogp_site_url` field is the only one strictly required by this extension, but I find that folks often forget to set it nonetheless. On many CI/CD systems, there are often...
Locales
Not sure if this is possible, but if it is, then adding support for and changing the `og:locale` based on the translated version of the documentation would be nice if...
Fix support for automatically getting the `ogp_site_url` in RTD environments and in all environments by using the canonical URL that RTD configures in Sphinx (`html_baseurl`) Closes #55.
Full support for image, video and audio tags, with: - Alt text - Automatic MIME type detection - Width/Height settings - Relative file paths when using field lists to set...
~~Getting `og:url` automatically in RTD using `html_baseurl` doesn't work.~~ We probably want to use `html_baseurl` when `ogp_sire_url` isn't set regardless of if we are in an RTD environment. It might...
Hi, Currently, the package on pypi does not have a LICENSE nor tests. As I'm creating a port for FreeBSD, those would be very valuable. I've taken the liberty to...
relative markdown links work on GitHub but not on PyPI