executablebooks / sphinx-panels

A sphinx extension for creating panels in a grid layout
https://sphinx-panels.readthedocs.io
MIT License
83 stars 20 forks source link

Require Sphinx 2.1.0 and above #81

Closed SilverRainZ closed 1 year ago

SilverRainZ commented 2 years ago

This extension use sphinx.transforms.post_transforms.SphinxPostTransform helper class, and it is introduced in Sphinx 2.1.0

ref: https://www.sphinx-doc.org/en/master/changes.html#release-2-1-0-released-jun-02-2019

welcome[bot] commented 2 years ago

Thanks for submitting your first pull request! You are awesome! :hugs:
If you haven't done so already, check out EBP's Code of Conduct and our Contributing Guide, as this will greatly help the review process.
Welcome to the EBP community! :tada:

SilverRainZ commented 1 year ago

Ping