{"id":19938541,"url":"https://github.com/jdknight/sphinx-alice-theme","last_synced_at":"2025-05-03T14:32:16.620Z","repository":{"id":57469862,"uuid":"244010057","full_name":"jdknight/sphinx-alice-theme","owner":"jdknight","description":"Provides the Alice theme for Sphinx projects.","archived":false,"fork":false,"pushed_at":"2024-02-19T21:13:23.000Z","size":1227,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-20T22:18:44.528Z","etag":null,"topics":["sphinx","sphinx-theme"],"latest_commit_sha":null,"homepage":"https://sphinx-alice-theme.jdknight.me/","language":"CSS","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/jdknight.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","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":"2020-02-29T17:20:25.000Z","updated_at":"2024-07-06T17:42:43.000Z","dependencies_parsed_at":"2024-11-12T23:40:55.349Z","dependency_job_id":"88f15b29-e769-4fc5-9e32-e936a09ba56d","html_url":"https://github.com/jdknight/sphinx-alice-theme","commit_stats":{"total_commits":75,"total_committers":1,"mean_commits":75.0,"dds":0.0,"last_synced_commit":"db39844a280091fd5d1632efca65d44ed6e2ef40"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdknight%2Fsphinx-alice-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdknight%2Fsphinx-alice-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdknight%2Fsphinx-alice-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdknight%2Fsphinx-alice-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdknight","download_url":"https://codeload.github.com/jdknight/sphinx-alice-theme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252203325,"owners_count":21710943,"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-theme"],"created_at":"2024-11-12T23:40:48.104Z","updated_at":"2025-05-03T14:32:16.127Z","avatar_url":"https://github.com/jdknight.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Alice Theme for Sphinx\n\n[![pip Version](https://img.shields.io/pypi/v/sphinx-alice-theme.svg)][PyPi]\n[![Build](https://github.com/jdknight/sphinx-alice-theme/actions/workflows/build.yml/badge.svg)][Build]\n[![Documentation](https://github.com/jdknight/sphinx-alice-theme/actions/workflows/docs.yml/badge.svg)][Documentation]\n\nProvides the Alice theme for [Sphinx][Sphinx] projects.\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://sphinx-alice-theme.jdknight.me/overview-01.png\" width=\"30%\"\u003e\u003c/img\u003e\n    \u003cimg src=\"https://sphinx-alice-theme.jdknight.me/overview-02.png\" width=\"30%\"\u003e\u003c/img\u003e\n    \u003cimg src=\"https://sphinx-alice-theme.jdknight.me/overview-03.png\" width=\"30%\"\u003e\u003c/img\u003e\n    \u003cimg src=\"https://sphinx-alice-theme.jdknight.me/overview-04.png\" width=\"30%\"\u003e\u003c/img\u003e\n    \u003cimg src=\"https://sphinx-alice-theme.jdknight.me/overview-05.png\" width=\"30%\"\u003e\u003c/img\u003e\n    \u003cimg src=\"https://sphinx-alice-theme.jdknight.me/overview-06.png\" width=\"30%\"\u003e\u003c/img\u003e\n    \u003cimg src=\"https://sphinx-alice-theme.jdknight.me/overview-07.png\" width=\"30%\"\u003e\u003c/img\u003e\n    \u003cimg src=\"https://sphinx-alice-theme.jdknight.me/overview-08.png\" width=\"30%\"\u003e\u003c/img\u003e\n    \u003cimg src=\"https://sphinx-alice-theme.jdknight.me/overview-09.png\" width=\"30%\"\u003e\u003c/img\u003e\n\u003c/div\u003e\n\n## Installation\n\nThis theme can be installed using [pip][pip]:\n\n```shell\npip install -U sphinx-alice-theme\n    (or)\npython -m pip install -U sphinx-alice-theme\n```\n\n## Usage\n\nFor an existing Sphinx documentation set, the Alice theme can be applied by\nconfiguring the [`html_theme`][html_theme] value to `sphinx_alice_theme`.\nFor example:\n\n```python\nhtml_theme = 'sphinx_alice_theme'\n```\n\nThe following theme options are available:\n\n```python\nhtml_theme_options = {\n    #'canonical_url': 'https://www.example.com',\n    #'includehidden': False,\n    #'navigation_depth': 4,\n    #'prev_next_buttons_location': 'both', # top, bottom, none\n    #'titles_only': False,\n}\n```\n\n## Dependencies\n\n- [Gumshoe][Gumshoe]\n\n\n[Build]: https://github.com/jdknight/sphinx-alice-theme/actions/workflows/build.yml\n[Documentation]: https://sphinx-alice-theme.jdknight.me/\n[Gumshoe]: https://github.com/cferdinandi/gumshoe\n[PyPi]: https://pypi.org/project/sphinx-alice-theme/\n[Sphinx]: https://www.sphinx-doc.org/\n[html_theme]: https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_theme\n[pip]: https://pip.pypa.io/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdknight%2Fsphinx-alice-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdknight%2Fsphinx-alice-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdknight%2Fsphinx-alice-theme/lists"}