sphinx-rtd-theme


Namesphinx-rtd-theme JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://github.com/readthedocs/sphinx_rtd_theme
SummaryRead the Docs theme for Sphinx
upload_time2023-11-28 04:14:03
maintainer
docs_urlNone
authorDave Snider, Read the Docs, Inc. & contributors
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            **************************
Read the Docs Sphinx Theme
**************************

.. image:: https://img.shields.io/pypi/v/sphinx_rtd_theme.svg
   :target: https://pypi.python.org/pypi/sphinx_rtd_theme
   :alt: Pypi Version
.. image:: https://circleci.com/gh/readthedocs/sphinx_rtd_theme.svg?style=svg
   :alt: Build Status
   :target: https://circleci.com/gh/readthedocs/sphinx_rtd_theme
.. image:: https://img.shields.io/pypi/l/sphinx_rtd_theme.svg
   :target: https://pypi.python.org/pypi/sphinx_rtd_theme/
   :alt: License
.. image:: https://readthedocs.org/projects/sphinx-rtd-theme/badge/?version=latest
  :target: http://sphinx-rtd-theme.readthedocs.io/en/latest/?badge=latest
  :alt: Documentation Status

This Sphinx_ theme was designed to provide a great reader experience for
documentation users on both desktop and mobile devices. This theme is used
primarily on `Read the Docs`_ but can work with any Sphinx project. You can find
a working demo of the theme in the `theme documentation`_

.. _Sphinx: http://www.sphinx-doc.org
.. _Read the Docs: http://www.readthedocs.org
.. _theme documentation: https://sphinx-rtd-theme.readthedocs.io/en/stable/

Installation
============

This theme is distributed on PyPI_ and can be installed with ``pip``:

.. code:: console

   $ pip install sphinx-rtd-theme

To use the theme in your Sphinx project, you will need to edit
your ``conf.py`` file's ``html_theme`` setting:

.. code:: python

    html_theme = "sphinx_rtd_theme"

.. admonition:: See also:

    `Supported browsers`_
        Officially supported and tested browser/operating system combinations

    `Supported dependencies`_
        Supported versions of Python, Sphinx, and other dependencies.

    `Example documentation`_
        A full example of this theme output, with localized strings enabled.

.. _PyPI: https://pypi.python.org/pypi/sphinx_rtd_theme
.. _Supported browsers: https://sphinx-rtd-theme.readthedocs.io/en/stable/development.html#supported-browsers
.. _Supported dependencies: https://sphinx-rtd-theme.readthedocs.io/en/stable/development.html#supported-dependencies
.. _Example documentation:  https://sphinx-rtd-theme.readthedocs.io/en/stable/

Configuration
=============

This theme is highly customizable on both the page level and on a global level.
To see all the possible configuration options, read the documentation on
`configuring the theme`_.

.. _configuring the theme: https://sphinx-rtd-theme.readthedocs.io/en/stable/configuring.html

Contributing
============

If you would like to help modify or translate the theme, you'll find more
information on contributing in our `contributing guide`_.

.. _contributing guide: https://sphinx-rtd-theme.readthedocs.io/en/stable/contributing.html



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/readthedocs/sphinx_rtd_theme",
    "name": "sphinx-rtd-theme",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Dave Snider, Read the Docs, Inc. & contributors",
    "author_email": "dev@readthedocs.org",
    "download_url": "https://files.pythonhosted.org/packages/fe/33/2a35a9cdbfda9086bda11457bcc872173ab3565b16b6d7f6b3efaa6dc3d6/sphinx_rtd_theme-2.0.0.tar.gz",
    "platform": null,
    "description": "**************************\nRead the Docs Sphinx Theme\n**************************\n\n.. image:: https://img.shields.io/pypi/v/sphinx_rtd_theme.svg\n   :target: https://pypi.python.org/pypi/sphinx_rtd_theme\n   :alt: Pypi Version\n.. image:: https://circleci.com/gh/readthedocs/sphinx_rtd_theme.svg?style=svg\n   :alt: Build Status\n   :target: https://circleci.com/gh/readthedocs/sphinx_rtd_theme\n.. image:: https://img.shields.io/pypi/l/sphinx_rtd_theme.svg\n   :target: https://pypi.python.org/pypi/sphinx_rtd_theme/\n   :alt: License\n.. image:: https://readthedocs.org/projects/sphinx-rtd-theme/badge/?version=latest\n  :target: http://sphinx-rtd-theme.readthedocs.io/en/latest/?badge=latest\n  :alt: Documentation Status\n\nThis Sphinx_ theme was designed to provide a great reader experience for\ndocumentation users on both desktop and mobile devices. This theme is used\nprimarily on `Read the Docs`_ but can work with any Sphinx project. You can find\na working demo of the theme in the `theme documentation`_\n\n.. _Sphinx: http://www.sphinx-doc.org\n.. _Read the Docs: http://www.readthedocs.org\n.. _theme documentation: https://sphinx-rtd-theme.readthedocs.io/en/stable/\n\nInstallation\n============\n\nThis theme is distributed on PyPI_ and can be installed with ``pip``:\n\n.. code:: console\n\n   $ pip install sphinx-rtd-theme\n\nTo use the theme in your Sphinx project, you will need to edit\nyour ``conf.py`` file's ``html_theme`` setting:\n\n.. code:: python\n\n    html_theme = \"sphinx_rtd_theme\"\n\n.. admonition:: See also:\n\n    `Supported browsers`_\n        Officially supported and tested browser/operating system combinations\n\n    `Supported dependencies`_\n        Supported versions of Python, Sphinx, and other dependencies.\n\n    `Example documentation`_\n        A full example of this theme output, with localized strings enabled.\n\n.. _PyPI: https://pypi.python.org/pypi/sphinx_rtd_theme\n.. _Supported browsers: https://sphinx-rtd-theme.readthedocs.io/en/stable/development.html#supported-browsers\n.. _Supported dependencies: https://sphinx-rtd-theme.readthedocs.io/en/stable/development.html#supported-dependencies\n.. _Example documentation:  https://sphinx-rtd-theme.readthedocs.io/en/stable/\n\nConfiguration\n=============\n\nThis theme is highly customizable on both the page level and on a global level.\nTo see all the possible configuration options, read the documentation on\n`configuring the theme`_.\n\n.. _configuring the theme: https://sphinx-rtd-theme.readthedocs.io/en/stable/configuring.html\n\nContributing\n============\n\nIf you would like to help modify or translate the theme, you'll find more\ninformation on contributing in our `contributing guide`_.\n\n.. _contributing guide: https://sphinx-rtd-theme.readthedocs.io/en/stable/contributing.html\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Read the Docs theme for Sphinx",
    "version": "2.0.0",
    "project_urls": {
        "Homepage": "https://sphinx-rtd-theme.readthedocs.io/",
        "Issue Tracker": "https://github.com/readthedocs/sphinx_rtd_theme/issues",
        "Source Code": "https://github.com/readthedocs/sphinx_rtd_theme"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea4600fda84467815c29951a9c91e3ae7503c409ddad04373e7cfc78daad4300",
                "md5": "3058b89a39806da99edf5e51d2992799",
                "sha256": "ec93d0856dc280cf3aee9a4c9807c60e027c7f7b461b77aeffed682e68f0e586"
            },
            "downloads": -1,
            "filename": "sphinx_rtd_theme-2.0.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3058b89a39806da99edf5e51d2992799",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 2824721,
            "upload_time": "2023-11-28T04:13:59",
            "upload_time_iso_8601": "2023-11-28T04:13:59.589540Z",
            "url": "https://files.pythonhosted.org/packages/ea/46/00fda84467815c29951a9c91e3ae7503c409ddad04373e7cfc78daad4300/sphinx_rtd_theme-2.0.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe332a35a9cdbfda9086bda11457bcc872173ab3565b16b6d7f6b3efaa6dc3d6",
                "md5": "8ad74a8e9ca706ed77117be0e9eed7e8",
                "sha256": "bd5d7b80622406762073a04ef8fadc5f9151261563d47027de09910ce03afe6b"
            },
            "downloads": -1,
            "filename": "sphinx_rtd_theme-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8ad74a8e9ca706ed77117be0e9eed7e8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2785005,
            "upload_time": "2023-11-28T04:14:03",
            "upload_time_iso_8601": "2023-11-28T04:14:03.104089Z",
            "url": "https://files.pythonhosted.org/packages/fe/33/2a35a9cdbfda9086bda11457bcc872173ab3565b16b6d7f6b3efaa6dc3d6/sphinx_rtd_theme-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-28 04:14:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "readthedocs",
    "github_project": "sphinx_rtd_theme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "circle": true,
    "tox": true,
    "lcname": "sphinx-rtd-theme"
}
        
Elapsed time: 0.26201s