Releases: sphinx-doc/sphinxext-opengraph
Releases · sphinx-doc/sphinxext-opengraph
v0.4.0
- Implement RTD Support (#30)
- Fix bug with ogp_image_alt default (#29)
- Use first image (after refactor) (#26)
- Refactor codebase (#24)
Full list is available here
v0.3.1
- Exclude raw nodes from description (#23)
- Add black formatter (#17)
- EOL @ EOF (#16)
- Add support for og:image:alt (#15)
0.3.0
- Code refactors
- Add support for custom tags
ogp_custom_meta_tags = [
'<meta property="og:ignore_canonical" content="true" />',
]
0.2.0
- Numerous refactors
- Fix bug if description length was less than 3
- Use the first header in the page as title
- Skip admonitions and invisible content for page description