{"id":19737532,"url":"https://github.com/robpol86/sphinx-multi-theme","last_synced_at":"2025-02-27T21:49:57.741Z","repository":{"id":40659960,"uuid":"477470855","full_name":"Robpol86/sphinx-multi-theme","owner":"Robpol86","description":"A Sphinx extension that builds copies of your docs using multiple themes into separate subdirectories.","archived":false,"fork":false,"pushed_at":"2023-05-07T21:23:28.000Z","size":287,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-10T19:24:56.048Z","etag":null,"topics":["sphinx","sphinx-doc","sphinx-extension","sphinx-theme"],"latest_commit_sha":null,"homepage":"https://sphinx-multi-theme.readthedocs.io","language":"Python","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":"CHANGELOG.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}},"created_at":"2022-04-03T21:31:54.000Z","updated_at":"2022-04-05T17:38:11.000Z","dependencies_parsed_at":"2024-11-12T01:11:40.053Z","dependency_job_id":"dcbbee33-b734-430d-b93b-48ceab43ac39","html_url":"https://github.com/Robpol86/sphinx-multi-theme","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robpol86%2Fsphinx-multi-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robpol86%2Fsphinx-multi-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robpol86%2Fsphinx-multi-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robpol86%2Fsphinx-multi-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Robpol86","download_url":"https://codeload.github.com/Robpol86/sphinx-multi-theme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241063104,"owners_count":19903028,"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","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-extension","sphinx-theme"],"created_at":"2024-11-12T01:11:30.101Z","updated_at":"2025-02-27T21:49:57.721Z","avatar_url":"https://github.com/Robpol86.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sphinx-multi-theme\n\n[![Github-CI][github-ci]][github-link]\n[![Coverage Status][codecov-badge]][codecov-link]\n[![Documentation Status][rtd-badge]][rtd-link]\n[![Code style: black][black-badge]][black-link]\n[![PyPI][pypi-badge]][pypi-link]\n\n[github-ci]: https://github.com/Robpol86/sphinx-multi-theme/actions/workflows/ci.yml/badge.svg?branch=main\n[github-link]: https://github.com/Robpol86/sphinx-multi-theme/actions/workflows/ci.yml\n[codecov-badge]: https://codecov.io/gh/Robpol86/sphinx-multi-theme/branch/main/graph/badge.svg\n[codecov-link]: https://codecov.io/gh/Robpol86/sphinx-multi-theme\n[rtd-badge]: https://readthedocs.org/projects/sphinx-multi-theme/badge/?version=latest\n[rtd-link]: https://sphinx-multi-theme.readthedocs.io/en/latest/?badge=latest\n[black-badge]: https://img.shields.io/badge/code%20style-black-000000.svg\n[black-link]: https://github.com/ambv/black\n[pypi-badge]: https://img.shields.io/pypi/v/sphinx-multi-theme.svg\n[pypi-link]: https://pypi.org/project/sphinx-multi-theme\n\nA Sphinx extension that builds copies of your docs using multiple themes into separate subdirectories.\n\n📖 See the documentation at https://sphinx-multi-theme.readthedocs.io\n\n## Install\n\nRequires Python 3.6 or greater and Sphinx 4.0 or greater. Not supported on Windows.\n\n```shell\npip install sphinx-multi-theme\n```\n\n## Example\n\n```python\n# conf.py\nfrom sphinx_multi_theme.theme import MultiTheme, Theme\n\nextensions = [\n    \"sphinx_multi_theme.multi_theme\",\n]\n\nhtml_theme = MultiTheme(\n    [\n        Theme(\"sphinx_rtd_theme\", \"Read the Docs\"),\n        Theme(\"alabaster\", \"Alabaster\"),\n        Theme(\"classic\", \"Classic\"),\n    ]\n)\n```\n\n```rst\n===============\nAn RST Document\n===============\n\n.. multi-theme-toctree::\n    :caption: Example Themes\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobpol86%2Fsphinx-multi-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobpol86%2Fsphinx-multi-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobpol86%2Fsphinx-multi-theme/lists"}