{"id":48493594,"url":"https://github.com/tech-writing/sphinx-design-elements","last_synced_at":"2026-04-07T11:34:27.166Z","repository":{"id":182138002,"uuid":"668011948","full_name":"tech-writing/sphinx-design-elements","owner":"tech-writing","description":"A collection of composite web elements based on components from sphinx-design.","archived":false,"fork":false,"pushed_at":"2026-01-21T05:35:29.000Z","size":152,"stargazers_count":4,"open_issues_count":6,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-21T17:03:10.119Z","etag":null,"topics":["sphinx","sphinx-doc","sphinx-docs","sphinx-documentation","sphinx-extension","sphinx-plugin","sphinx-theme","sphinx-themes"],"latest_commit_sha":null,"homepage":"https://sphinx-design-elements.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tech-writing.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-18T20:12:45.000Z","updated_at":"2026-01-21T05:35:32.000Z","dependencies_parsed_at":"2023-10-01T22:12:56.946Z","dependency_job_id":"1091bae7-a6c9-48f3-ba58-de481ae243d9","html_url":"https://github.com/tech-writing/sphinx-design-elements","commit_stats":null,"previous_names":["panodata/sphinx-design-elements","pyveci/sphinx-design-elements","tech-writing/sphinx-design-elements"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/tech-writing/sphinx-design-elements","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tech-writing%2Fsphinx-design-elements","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tech-writing%2Fsphinx-design-elements/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tech-writing%2Fsphinx-design-elements/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tech-writing%2Fsphinx-design-elements/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tech-writing","download_url":"https://codeload.github.com/tech-writing/sphinx-design-elements/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tech-writing%2Fsphinx-design-elements/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31511763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["sphinx","sphinx-doc","sphinx-docs","sphinx-documentation","sphinx-extension","sphinx-plugin","sphinx-theme","sphinx-themes"],"created_at":"2026-04-07T11:34:27.035Z","updated_at":"2026-04-07T11:34:27.152Z","avatar_url":"https://github.com/tech-writing.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sphinx-design-elements\n\n» [Documentation]\n| [Changelog]\n| [PyPI]\n| [Issues]\n| [Source code]\n| [License]\n\n[![CI][badge-tests]][project-tests]\n[![Coverage Status][badge-coverage]][project-codecov]\n[![License][badge-license]][project-license]\n[![Downloads per month][badge-downloads-per-month]][project-downloads]\n[![Status][badge-status]][project-pypi]\n\n[![Package version][badge-package-version]][project-pypi]\n[![Supported Python versions][badge-python-versions]][project-pypi]\n[![Supported Sphinx versions][badge-sphinx-versions]][project-sphinx]\n[![Supported docutils versions][badge-docutils-versions]][project-docutils]\n\n\n## About\n\nA collection of composite and convenience web elements based on components\nfrom [sphinx-design].\n\n\n## Setup\n\nInstall the package using `pip install sphinx-design-elements`, and add the\nextension to the list of `extensions` within your Sphinx configuration file\n`conf.py`.\n\n```python\nextensions = [\n    \"sphinx_design\",\n    \"sphinx_design_elements\",\n]\n```\n\n## Development\n\nIn order to learn how to set up a development sandbox, please visit the\n[development documentation].\n\n\n## Comparison to sphinx-design\n\n[sphinx-design-elements] uses low-level components of [sphinx-design],\nin order to build more high-level elements on top.\n\n\n## Acknowledgements\n\nKudos to [Chris Sewell], [Chris Holdgraf], and all contributors for conceiving\nand maintaining [MyST Parser] and [sphinx-design].\n\n\n\n[Changelog]: https://github.com/tech-writing/sphinx-design-elements/blob/main/CHANGES.md\n[Chris Holdgraf]: https://github.com/choldgraf\n[Chris Sewell]: https://github.com/chrisjsewell\n[development documentation]: https://sphinx-design-elements.readthedocs.io/en/latest/sandbox.html\n[Documentation]: https://sphinx-design-elements.readthedocs.io/\n[Issues]: https://github.com/tech-writing/sphinx-design-elements/issues\n[License]: https://github.com/tech-writing/sphinx-design-elements/blob/main/LICENSE\n[MyST Parser]: https://myst-parser.readthedocs.io/\n[PyPI]: https://pypi.org/project/sphinx-design-elements/\n[Source code]: https://github.com/tech-writing/sphinx-design-elements\n[sphinx-design]: https://sphinx-design.readthedocs.io/\n[sphinx-design-elements]: https://sphinx-design-elements.readthedocs.io/\n\n[badge-coverage]: https://codecov.io/gh/tech-writing/sphinx-design-elements/branch/main/graph/badge.svg\n[badge-downloads-per-month]: https://static.pepy.tech/badge/sphinx-design-elements/month\n[badge-license]: https://img.shields.io/github/license/tech-writing/sphinx-design-elements.svg\n[badge-docutils-versions]: https://img.shields.io/badge/docutils-0.19%20--%200.22-blue.svg\n[badge-package-version]: https://img.shields.io/pypi/v/sphinx-design-elements.svg\n[badge-python-versions]: https://img.shields.io/pypi/pyversions/sphinx-design-elements.svg\n[badge-sphinx-versions]: https://img.shields.io/badge/sphinx-5.1%20--%209.*-blue.svg\n[badge-status]: https://img.shields.io/pypi/status/sphinx-design-elements.svg\n[badge-tests]: https://github.com/tech-writing/sphinx-design-elements/actions/workflows/main.yml/badge.svg\n[project-codecov]: https://codecov.io/gh/tech-writing/sphinx-design-elements\n[project-downloads]: https://pepy.tech/project/sphinx-design-elements\n[project-docutils]: https://docutils.sourceforge.io/\n[project-license]: https://github.com/tech-writing/sphinx-design-elements/blob/main/LICENSE\n[project-pypi]: https://pypi.org/project/sphinx-design-elements\n[project-sphinx]: https://www.sphinx-doc.org/\n[project-tests]: https://github.com/tech-writing/sphinx-design-elements/actions/workflows/main.yml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftech-writing%2Fsphinx-design-elements","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftech-writing%2Fsphinx-design-elements","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftech-writing%2Fsphinx-design-elements/lists"}