sphinx-design
sphinx-design copied to clipboard
A sphinx extension for designing beautiful, screen-size responsive web components.
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...
### 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...
### 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...
### Describe the problem Normal content:  Content in dropdown:  This is because the first line of text in the dropdown content gets an extra `sd-card-text`  What should...
### 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. ###...
### 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...
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...
### 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...
[`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...