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

Indenting nested directives (see https://github.com/executablebooks/MyST-Parser/issues/493#issuecomment-1009276878) will make the examples more readable I guess the only thing is that this won't "work" with colon-fence's intended purpose; to have CommonMark renderers render...

documentation

### Describe the problem Tab syncing seems to not work if the activating click is actually a click+drag. A picture is worth 1000 words; here I am highlighting text to...

bug

### Describe the problem I am not sure whether this is a bug, a design choice, or just something that I expected working differently. Whenever you use dropdowns that are...

question

### Describe the problem Normal content: ![image](https://user-images.githubusercontent.com/4041990/141538796-fb0b6753-8144-46f1-b54e-79449b5eb2db.png) Content in dropdown: ![image](https://user-images.githubusercontent.com/4041990/141538534-7b055fb1-596c-4081-bb4a-dd5330c3d03e.png) This is because the first line of text in the dropdown content gets an extra `sd-card-text` ![image](https://user-images.githubusercontent.com/4041990/141538767-b7e209f9-17b5-442a-9ffb-6c48cbcf353f.png) What should...

bug

### Description / Summary I'd like to be able to add alt text to the images in the sphinx panels. I couldn't see anything about this in the documentation. ###...

enhancement

### Description / Summary The current output for each tab HTML resembles the following (Sphinx 3.5.0): ```html Plain Text Text and Code ``` I *think* that there is some intelligent...

enhancement

Now that most of the documentation and tests are in-place time for some feedback Main questions before moving to a 0.1 release is probably confirming role/directive names, and maybe css...

### Describe the problem I am basically trying something like: ``` .. grid:: 1 2 2 2 .. grid-item-card:: Title :padding: 2 ``` with the idea to add padding to...

bug

### Link to the documentation you'd like to improve https://sphinx-design.readthedocs.io/en/latest/get_started.html# ### What to improve First of all, sphinx-design is beautiful, thanks @chrisjsewell the team for implementing this! TL;DR: I propose...

documentation

[`importlib.resorces.open_text`](https://docs.python.org/3/library/importlib.resources.html#importlib.resources.read_text) has been deprecated in Python 3.11 in favor of [`importlib.resources.files`](https://docs.python.org/3/library/importlib.resources.html#importlib.resources.files). `sphinx-design` v0.3.0 doesn't work on Python 3.11: SciPy doc build log ``` (scipy-dev) tirthasheshpatel@tirthap:~/oss/scipy/doc$ time PYTHONPATH=$PWD/../build-install/lib/python3.11/site-packages SPHINXOPTS='-j12' make -e...