sphinx-panels icon indicating copy to clipboard operation
sphinx-panels copied to clipboard

A sphinx extension for creating panels in a grid layout

Results 34 sphinx-panels issues
Sort by recently updated
recently updated
newest added

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 ![v latest dropdown...

bug

**Describe the bug** The left-side TOC scroll with the main content when the sphinx-panels extension is used in the sphinx-book-theme. **To Reproduce** Steps to reproduce the behavior: 1. Go to...

bug

### Describe the problem/need and solution **Context** Currently, through the link-button command, it is possible to specify either a `:type: ref` or a `:type: url`. **Problem / Idea** I would...

enhancement

Eventually, it is envisaged that this package will be deprecated in favour of https://sphinx-design.readthedocs.io/en/sbt-theme/. See https://sphinx-design.readthedocs.io/en/furo-theme/get_started.html#migrating-from-sphinx-panels for the major changes Feedback is welcome at https://github.com/executablebooks/sphinx-design/issues/6

Compatibility issue with https://github.com/adamtheturtle/sphinx-substitution-extensions: `:substitutions:` option for Sphinx's `code-block` directive does not appear to be working under `sphinx-panel`'s `tabbed` directive. If the `substitutions` option is used, the code block does...

### Describe the problem ![image](https://user-images.githubusercontent.com/29491919/129016832-ee02f65c-db60-447f-b936-6d7210aa8579.png) ![image](https://user-images.githubusercontent.com/29491919/129016882-b4c214d9-cebe-465f-971e-34a3dfd8e068.png) ### Link to your repository or website _No response_ ### Steps to reproduce Use MyST-parser 1. create .md file 2. Copy-paste example from panels...

bug