wpilibsuite / sphinxext-opengraph

Sphinx extension to generate unique OpenGraph metadata
https://sphinxext-opengraph.readthedocs.io
Other
74 stars 27 forks source link

Add full support for image, video and audio tags. #60

Open ItayZiv opened 2 years ago

ItayZiv commented 2 years ago

Closes #53. Adds full support for image, video, and audio og tags:

Currently, whether an image is configured in conf.py or in field lists, if it starts with / it is treated as relative to the root, if it doesn't it's treated relative to the current document. I think this functionality is fine and allows you to set up different images for each file without field lists if you use the same naming scheme (i.e. `images/docname/opengraph.png). but open to comments.

Daltz333 commented 1 year ago

Is this PR stale?