wpilibsuite / sphinxext-opengraph

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

Fix first_image not resolving correctly when in subdirectories and ogp_image is defined. #63

Closed ItayZiv closed 2 years ago

ItayZiv commented 2 years ago

Fixes #59 again. The fix in #61 doesn't work properly when a ogp_image is defined in the config. Swaps the order of the if's and fixes the tests so it will detect this case.