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

A sphinx extension for designing beautiful, screen-size responsive web components.

Results 81 sphinx-design issues
Sort by recently updated
recently updated
newest added

### Describe the bug **context** When using the extension on [FIPS](https://en.wikipedia.org/wiki/Federal_Information_Processing_Standards)-enabled systems, `hashlib.md5` fails (`update_css_js:70`) due to security reasons. **expectation** The hashing should work, independently of FIPS being enabled or...

bug

### Describe the bug **context** I have an rst replacement text: ```rst .. |pip| replace:: pip ``` I then have a tab with this: ```rst .. tab-set:: .. tab-item:: |pip|...

bug

### Describe the bug **context** I want to change colors on the full cards similar to the css annotations mentioned for `button-link`. **expectation** I expected `class-card` to accept something similar...

bug

### Describe the bug **context** When I do a block new line in a button the `|` are showed verbatim! **expectation** I expected the regular rst to function. ```rst .....

bug

### Context When using multiple separate grids with images, it is currently not possible to ensure all `{grid-item-card}` items have the same height. Instead, the row of the `{grid-item-card}` items...

enhancement

### Context Hi, over at Matplotlib we maybe overly use cards and grids to organize information, e.g. [landing page](https://matplotlib.org/stable/), [contribute page](https://matplotlib.org/devdocs/devel/index.html) and it's awesome except it makes the right hand...

enhancement

How about adding more options to the argument, as it is done with grids? https://github.com/executablebooks/sphinx-design/blob/537e0d0de15d0b5845829be7cbed194acafab909/sphinx_design/cards.py#L262

### Describe the bug **context** ``` pip install sphinxcontrib-mermaid ``` add to extensions list in `conf.py`: ``` extensions = [ ..., 'sphinxcontrib.mermaid' ] open an existing md file, e.g.: `index.md`...

bug

### Describe the bug **context** When I write icons in rst toctree: ```rst .. toctree:: :caption: Table of content :maxdepth: 2 :titlesonly: Quick Start :octicon:`rocket;1em` ``` **expectation** I expected icon...

bug

The code that generates tabs adds an invalid `` closing tag. The `` element in HTML doesn't have a closing tag as it's a void element. I expect they are...