{"id":32613902,"url":"https://github.com/robpol86/sphinx-thumb-image","last_synced_at":"2026-01-26T08:16:29.098Z","repository":{"id":320983950,"uuid":"1083983079","full_name":"Robpol86/sphinx-thumb-image","owner":"Robpol86","description":"Sphinx extension that resizes images into thumbnails on the fly.","archived":false,"fork":false,"pushed_at":"2025-10-27T04:34:19.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-27T06:08:28.917Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Robpol86.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2025-10-27T03:41:52.000Z","updated_at":"2025-10-27T04:34:57.000Z","dependencies_parsed_at":"2025-10-27T06:08:43.051Z","dependency_job_id":"7f4ddbb4-48c2-4a63-b5cc-6cd80279a7d8","html_url":"https://github.com/Robpol86/sphinx-thumb-image","commit_stats":null,"previous_names":["robpol86/sphinx-thumb-image"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Robpol86/sphinx-thumb-image","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robpol86%2Fsphinx-thumb-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robpol86%2Fsphinx-thumb-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robpol86%2Fsphinx-thumb-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robpol86%2Fsphinx-thumb-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Robpol86","download_url":"https://codeload.github.com/Robpol86/sphinx-thumb-image/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robpol86%2Fsphinx-thumb-image/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281835580,"owners_count":26569858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-30T02:00:06.501Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-10-30T15:55:18.984Z","updated_at":"2026-01-06T22:23:05.824Z","avatar_url":"https://github.com/Robpol86.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# sphinx-thumb-image\n\nResize images in Sphinx documents/pages to thumbnails.\n\nThe purpose of this extension is to save on web storage costs and bandwidth fees, including data rates your visitors may\nincur from image-heavy documentation. If the fullsize image is not referenced by another image directive it won't be copied\ninto your build's output directory.\n\n* Python 3.9 through 3.14 supported on Linux, macOS, and Windows.\n\n📖 Full documentation: https://sphinx-thumb-image.readthedocs.io\n\n[![Github-CI][github-ci]][github-link]\n[![Coverage Status][codecov-badge]][codecov-link]\n[![Documentation Status][rtd-badge]][rtd-link]\n[![PyPI][pypi-badge]][pypi-link]\n[![PyPI Downloads][pypi-dl-badge]][pypi-dl-link]\n\n[github-ci]: https://github.com/Robpol86/sphinx-thumb-image/actions/workflows/ci.yml/badge.svg?branch=main\n[github-link]: https://github.com/Robpol86/sphinx-thumb-image/actions/workflows/ci.yml\n[codecov-badge]: https://codecov.io/gh/Robpol86/sphinx-thumb-image/branch/main/graph/badge.svg\n[codecov-link]: https://codecov.io/gh/Robpol86/sphinx-thumb-image\n[rtd-badge]: https://readthedocs.org/projects/sphinx-thumb-image/badge/?version=latest\n[rtd-link]: https://sphinx-thumb-image.readthedocs.io/en/latest/?badge=latest\n[pypi-badge]: https://img.shields.io/pypi/v/sphinx-thumb-image.svg\n[pypi-link]: https://pypi.org/project/sphinx-thumb-image\n[pypi-dl-badge]: https://img.shields.io/pypi/dw/sphinx-thumb-image?label=pypi%20downloads\n[pypi-dl-link]: https://pypistats.org/packages/sphinx-thumb-image\n\n## Quickstart\n\nTo install run the following:\n\n```bash\npip install sphinx-thumb-image\n```\n\nTo use in Sphinx simply add to your `conf.py`:\n\n```python\nextensions = [\"sphinx_thumb_image\"]\n```\n\nAnd in your Sphinx documents:\n\n```rst\n.. thumb-image:: pictures/photo.jpg\n    :resize-width: 100px\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobpol86%2Fsphinx-thumb-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobpol86%2Fsphinx-thumb-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobpol86%2Fsphinx-thumb-image/lists"}