Skip to content

sphinx-imgur-3.0.0

Latest
Compare
Choose a tag to compare
@Robpol86 Robpol86 released this 03 Dec 01:19
· 2 commits to main since this release
c0fbed3

Added

  • Python 3.6 through 3.10 support
  • Implicit size and extension support for .. imgur::
  • User customizable image and target URL formatters
  • LaTeX support for images
  • OpenGraph support
  • .. imgur-figure:: directive

Removed

  • Title and description roles
  • Support for albums in image directive
  • imgur_target_default_gallery and target_gallery options
  • imgur_target_default_largest and target_largest options
  • imgur_target_default_page and target_page options
  • Caching and querying Imgur's API
  • Auto-detecting size, extension/type, and album images
  • Dropped Python 2.7 and <3.6 support
  • Imgur ID checks (no more babysitting users)

Fixed

  • Support for Sphinx 1.7 through 4.3

Changed

  • Refactored .. imgur-image:: directive and aliased it to .. imgur::, no longer reimplementing the node
  • :hide_post_details: now a flag instead of taking a boolean argument
  • Renamed project from sphinxcontrib-imgur to sphinx-imgur
  • Re-licensed from MIT to BSD 2-Clause
  • Refactored tests using sphinx.testing