Pallets-Sphinx-Themes


NamePallets-Sphinx-Themes JSON
Version 2.3.0 PyPI version JSON
download
home_pageNone
SummarySphinx themes for Pallets and related projects.
upload_time2024-10-24 18:52:38
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pallets Sphinx Themes

Themes for the Pallets projects. If you're writing an extension, use the
appropriate theme to make your documentation look consistent.

Available themes:

-   flask
-   jinja
-   werkzeug
-   click

Enable the extension and choose the theme in `docs/conf.py`:

```python
extensions = [
    "pallets_sphinx_themes",
    ...
]

html_theme = "flask"
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "Pallets-Sphinx-Themes",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Pallets <contact@palletsprojects.com>",
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/3b/08/c57dd89e45dbc976930200a2cb7826ed76f3c9791454a9fcd1cde3f17177/pallets_sphinx_themes-2.3.0.tar.gz",
    "platform": null,
    "description": "# Pallets Sphinx Themes\n\nThemes for the Pallets projects. If you're writing an extension, use the\nappropriate theme to make your documentation look consistent.\n\nAvailable themes:\n\n-   flask\n-   jinja\n-   werkzeug\n-   click\n\nEnable the extension and choose the theme in `docs/conf.py`:\n\n```python\nextensions = [\n    \"pallets_sphinx_themes\",\n    ...\n]\n\nhtml_theme = \"flask\"\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Sphinx themes for Pallets and related projects.",
    "version": "2.3.0",
    "project_urls": {
        "Chat": "https://discord.gg/pallets",
        "Donate": "https://palletsprojects.com/donate",
        "Source": "https://github.com/pallets/pallets-sphinx-themes/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff7da4aa06e452e031559dcfb066e035d2615ebfa6148e93514d7c36030004c1",
                "md5": "3d83a3305cb3f3c412e9ae30f49df7ac",
                "sha256": "7ed13de3743c462c2804e2aa63d96cc9ffa82cb76d0251cea03de9bcd9f8dbec"
            },
            "downloads": -1,
            "filename": "pallets_sphinx_themes-2.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3d83a3305cb3f3c412e9ae30f49df7ac",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 24745,
            "upload_time": "2024-10-24T18:52:37",
            "upload_time_iso_8601": "2024-10-24T18:52:37.265935Z",
            "url": "https://files.pythonhosted.org/packages/ff/7d/a4aa06e452e031559dcfb066e035d2615ebfa6148e93514d7c36030004c1/pallets_sphinx_themes-2.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b08c57dd89e45dbc976930200a2cb7826ed76f3c9791454a9fcd1cde3f17177",
                "md5": "74ae0072d5585c851e108fce5a1b4112",
                "sha256": "6293ced11a1d5d3de7268af1acd60428732b5a9e6051a47a596c6d9a083e60d9"
            },
            "downloads": -1,
            "filename": "pallets_sphinx_themes-2.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "74ae0072d5585c851e108fce5a1b4112",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 21029,
            "upload_time": "2024-10-24T18:52:38",
            "upload_time_iso_8601": "2024-10-24T18:52:38.574637Z",
            "url": "https://files.pythonhosted.org/packages/3b/08/c57dd89e45dbc976930200a2cb7826ed76f3c9791454a9fcd1cde3f17177/pallets_sphinx_themes-2.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-24 18:52:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pallets",
    "github_project": "pallets-sphinx-themes",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "pallets-sphinx-themes"
}
        
Elapsed time: 0.44362s