sphinx-panels
sphinx-panels copied to clipboard
A sphinx extension for creating panels in a grid layout
Whilst working on the [Reproducible Builds](https://reproducible-builds.org/) effort I noticed that sphinx-panels does not create reproducible output. This is because it uses Python's `uuid.uuid4` to generate unique identifiers, but those numbers...
https://github.com/executablebooks/sphinx-panels/blob/44bab2341d97707365396efc0b23a1edac26da7c/setup.py#L27-L29
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
### Describe the bug **context** When I read a book and click a panel **expectation** I expect it to work **bug** But instead Here's what I see   ### Link to your repository or website _No response_ ### Steps to reproduce Use MyST-parser 1. create .md file 2. Copy-paste example from panels...