Skip to content

Releases: wpilibsuite/sphinxext-opengraph

v0.3.1

01 Oct 15:16
285768e
Compare
Choose a tag to compare
  • Exclude raw nodes from description (#23)
  • Add black formatter (#17)
  • EOL @ EOF (#16)
  • Add support for og:image:alt (#15)

0.3.0

10 Jul 17:09
952f485
Compare
Choose a tag to compare
  • Code refactors
  • Add support for custom tags
ogp_custom_meta_tags = [
    '<meta property="og:ignore_canonical" content="true" />',
]

0.2.0

07 Jul 02:37
a075a87
Compare
Choose a tag to compare
  • 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

0.1.2

01 Jul 02:13
Compare
Choose a tag to compare
Fix requirements

0.1.1

01 Jul 02:06
cc335d5
Compare
Choose a tag to compare
Create __init__.py

0.1.0

01 Jul 02:01
d490f90
Compare
Choose a tag to compare
Fix indentation