sphinx-design
sphinx-design copied to clipboard
A sphinx extension for designing beautiful, screen-size responsive web components.
Updates the requirements on [myst-parser](https://github.com/executablebooks/MyST-Parser) to permit the latest version. Release notes Sourced from myst-parser's releases. v3.0.1 What's Changed 🐛 FIX empty value for final directive option by @chrisjsewell in...
### Describe the bug **context** When I run `make latex` in a project that uses the `sphinx-design` extension... **expectation** I expected `_sphinx_design_static` directory to not be present in `_build/latex` since...
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.7.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.5...v0.7.1) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.13.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.1...v1.13.0)
### Context Is it (would it be) possible to allow nesting of tabs, dropdowns etc? I tried putting a dropdown inside a tab-item and get the error message: ``` WARNING:...
### Context Hi! We're using Sphinx/MyST-Parser/MyST Markdown/Sphinx-Design. Sphinx-Design is really nice and has made creating an adaptable web layout very easy, so thanks. We have one problem though. Various external...
Updates the requirements on [myst-parser](https://github.com/executablebooks/MyST-Parser) to permit the latest version. Release notes Sourced from myst-parser's releases. v4.0.0 What's Changed ⬆️ Support python>=3.10, sphinx >=7,=0.19,<0.22 by @chrisjsewell in executablebooks/MyST-Parser#952 👌 Improve...
Updates the requirements on [furo](https://github.com/pradyunsg/furo) to permit the latest version. Changelog Sourced from furo's changelog. Changelog 2024.08.06 -- Energetic Eminence ✨ Add support for Sphinx 8 ✨ Add smoother transitions...
### Context On [the Matplotlib homepage](https://matplotlib.org/#domain-specific-tools), we list some tools using vertically-oriented tabs. This is implemented through regular HTML. I am now [porting the site to reST+sphinx-design](https://github.com/matplotlib/mpl-brochure-site/pull/96), and would like...
### Context Currently, tabs such as: ```rst .. tab-set:: .. tab-item:: Label1 Content 1 .. tab-item:: Label2 Content 2 ``` are converted for the PDF's LaTeX output into the following...
### Context I have found that the existing `dark` and `light` colors have low-contrast when viewing a site with the dark and light themes applied, respectively, and are therefore hard...