Sphinx theme for readthedocs.org
Go to file
Manuel Kaufmann 5a263753d5
Run tests and build docs with Sphinx 8.2 (#1640)
* Run tests and build docs with Sphinx 8.2

* CircleCI job

* Update Read the Docs dependencies

* Update matrix

* Run tests with 3.13

* Use 8.x to build our docs
2025-02-20 11:22:56 +01:00
.circleci Run tests and build docs with Sphinx 8.2 (#1640) 2025-02-20 11:22:56 +01:00
.github Trying out codeowners 2021-08-18 14:10:03 -06:00
.tx Translation updates: Pull translations from transifex, push new sources (#1354) 2022-10-07 21:53:22 +02:00
bin Add a bit more error logging to preinstall check 2019-07-26 09:35:10 -06:00
docs Run tests and build docs with Sphinx 8.2 (#1640) 2025-02-20 11:22:56 +01:00
sphinx_rtd_theme Sidebar should not be floating on mobile (#1622) 2024-11-13 15:32:27 -08:00
src Sidebar should not be floating on mobile (#1622) 2024-11-13 15:32:27 -08:00
tests Prepare for 3.0 release (#1576) 2024-08-20 13:18:34 +02:00
.gitattributes Fix line endings (#709) 2018-12-18 14:45:19 -05:00
.gitignore Remove html5shiv (#1482) 2024-01-25 12:03:15 -08:00
.readthedocs.yml Run tests and build docs with Sphinx 8.2 (#1640) 2025-02-20 11:22:56 +01:00
Apache-License-2.0.txt Bundle Roboto Slab as a real web font (not just ttf) (#642) 2018-05-24 11:33:57 -04:00
babel.cfg Updated Babel configurations 2018-04-17 00:48:40 -04:00
docker-compose.yaml Wrapping up the Docker work, using docker cp again in order to copy assets out of containers 2022-08-24 16:49:29 +02:00
docker-entrypoint.sh Eager upgrade of all dependencies in docker development environment (#1350) 2022-11-21 18:20:53 +01:00
Dockerfile Remove html5shiv (#1482) 2024-01-25 12:03:15 -08:00
LICENSE Replace the name 'Dave Snider' with RTD (#572) 2018-03-19 07:56:34 -04:00
Makefile Release 1.2.2 (#1484) 2023-06-07 15:27:05 +02:00
MANIFEST.in Addons: integrate with new beta addons flyout (#1526) 2024-07-15 15:11:33 +02:00
OFL-License.txt Change Lato font to webfont (version 2.015) (#639) 2018-05-24 11:49:40 -04:00
package-lock.json Release 3.0.2 2024-11-13 12:02:40 +01:00
package.json Release 3.0.2 2024-11-13 12:02:40 +01:00
pytest.ini Remove pytest warnings (#1515) 2024-01-02 13:22:55 +01:00
README.rst Replace sphinx reST with native reST 2021-09-13 13:51:40 -06:00
setup.cfg Release 3.0.2 2024-11-13 12:02:40 +01:00
setup.py Release 3.0.2 2024-11-13 12:02:40 +01:00
tox.ini Run tests and build docs with Sphinx 8.2 (#1640) 2025-02-20 11:22:56 +01:00
webpack.common.js Remove html5shiv (#1482) 2024-01-25 12:03:15 -08:00
webpack.dev.js Make webpack dev server config to be more useful 2020-05-01 20:38:10 -06:00
webpack.prod.js Run webpack js through Prettier JS formatter 2019-07-26 15:35:35 -06:00

**************************
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