ppc64le/linux/: sphinx-rtd-theme-3.0.2 metadata and description

Homepage Simple index

Read the Docs theme for Sphinx

author Dave Snider, Read the Docs, Inc. & contributors
author_email [email protected]
classifiers
  • Framework :: Sphinx
  • Framework :: Sphinx :: Theme
  • Development Status :: 5 - Production/Stable
  • License :: OSI Approved :: MIT License
  • Environment :: Console
  • Environment :: Web Environment
  • Intended Audience :: Developers
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3 :: Only
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Operating System :: OS Independent
  • Topic :: Documentation
  • Topic :: Software Development :: Documentation
  • Environment :: MetaData :: IBM Python Ecosystem
dynamic license-file
license MIT
license_file LICENSE
project_urls
  • Homepage, https://sphinx-rtd-theme.readthedocs.io/
  • Source Code, https://github.com/readthedocs/sphinx_rtd_theme
  • Issue Tracker, https://github.com/readthedocs/sphinx_rtd_theme/issues
provides_extras dev
requires_dist
  • sphinx<9,>=6
  • docutils<0.22,>0.18
  • sphinxcontrib-jquery<5,>=4
  • transifex-client; extra == "dev"
  • bump2version; extra == "dev"
  • wheel; extra == "dev"
  • twine; extra == "dev"
requires_python >=3.8
File Tox results History
sphinx_rtd_theme-3.0.2-py2.py3-none-any.whl
Size
3 MB
Type
Python Wheel
Python
2.7
Pypi Version Build Status License 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

Installation

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

$ 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:

html_theme = "sphinx_rtd_theme"

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.

Contributing

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