Skip to content

Releases: sphinx-doc/sphinxext-opengraph

v0.5.0

20 Nov 04:01
54ea5eb

Choose a tag to compare

What's Changed

  • Skipping code blocks and fixing docs build. by @Robpol86 in #47
  • Convert relative paths to absolute in og:image. by @Robpol86 in #48

Full Changelog: v0.4.2...v0.5.0

v0.4.2

26 May 11:30
16a291d

Choose a tag to compare

Avoid printing og:description if empty (#42)

v0.4.1

30 Jan 04:38
19291a6

Choose a tag to compare

Fixed a major issue preventing the extension working on normal Sphinx installs

v0.4.0

30 Jan 03:01
2212715

Choose a tag to compare

  • 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

01 Oct 15:16
285768e

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

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

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

Choose a tag to compare

Fix requirements

0.1.1

01 Jul 02:06
cc335d5

Choose a tag to compare

Create __init__.py

0.1.0

01 Jul 02:01
d490f90

Choose a tag to compare

Fix indentation