A sphinx extension for designing beautiful, view size responsive web components.
A sphinx extension for designing beautiful, view size responsive web components.
Created with inspiration from Bootstrap (v5), Material Design and Material-UI design frameworks.
Simply pip install sphinx-design
and add the extension to your conf.py
:
extensions = ["sphinx_design"]
(Mirrors: https://github.com/twbs/bootstrap/blob/v5.0.2/.browserslistrc)
View the documentation in multiple themes:
This package is an iteration on sphinx-panels and intends to replace it. See Migrating from sphinx-panels for more information.
It is recommended to use tox to run the tests and document builds.
Run tox -va
to see all the available tox environments.
To run linting, formatting and SASS compilation, use pre-commit.
pre-commit run --all css
will run the SASS compiler, for which you will need node and npm installed,
or you can directly run npm run css
.
^^^
/+++
syntax)grid-item
and tab-item
, if not already inside grid
or tab-set
?grids items cannot contain headers; is this in anyway possible with docutils structure?
naming of directives/roles: standard prefix?
why are cards setup with "word-wrap: break-word;"?
handle latex
Use autoprefixer when compiling SASS (see https://getbootstrap.com/docs/5.0/getting-started/browsers-devices/#supported-browsers)
horizontal card (grid row inside card, picture on left)
subtitle for card (see https://material.io/components/cards#anatomy)
rtd PRs not working