Sphinx theme for readthedocs.org
Go to file
2019-07-02 20:17:20 +10:00
.github Create CODE_OF_CONDUCT.md (#562) 2018-02-02 18:43:18 -05:00
docs Update demo.rst 2019-05-17 11:39:12 -04:00
fonts Change Lato font to webfont (version 2.015) (#639) 2018-05-24 11:49:40 -04:00
sphinx_rtd_theme Remove deprecated use of script_files (#728) 2019-04-03 10:42:19 -04:00
src successful build with webpack 2019-07-02 20:17:20 +10:00
tests Adds testing and hopefully a final fix for the empty toctree issue 2017-03-06 14:45:58 -08:00
.gitattributes Fix line endings (#709) 2018-12-18 14:45:19 -05:00
.gitignore Version 0.4.0 updates 2018-06-06 11:09:22 -07:00
.readthedocs.yml Add readthedocs.yml for per-tag/branch configuration 2018-04-05 13:40:04 -06:00
.travis.yml Remove deprecated sudo from travis 2019-01-02 18:36:41 -05: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
LICENSE Replace the name 'Dave Snider' with RTD (#572) 2018-03-19 07:56:34 -04:00
MANIFEST.in Tests: Include Tests in Pypi distribution 2018-10-05 15:04:58 -04:00
OFL-License.txt Change Lato font to webfont (version 2.015) (#639) 2018-05-24 11:49:40 -04:00
package.json successful build with webpack 2019-07-02 20:17:20 +10:00
README.rst Fixing minor typo 2018-08-08 09:15:23 -07:00
setup.cfg Configure package as py2, py3 universal wheel 2016-09-26 20:26:33 +02:00
setup.py Setup.py references fonts dir plural (#721) 2019-02-13 14:54:51 -05:00
tox.ini Tests: Update to new sphinx & python 2018-10-01 11:05:35 -04:00
webpack.common.js successful build with webpack 2019-07-02 20:17:20 +10:00
webpack.dev.js successful build with webpack 2019-07-02 20:17:20 +10:00
webpack.prod.js successful build with webpack 2019-07-02 20:17:20 +10:00
yarn.lock successful build with webpack 2019-07-02 20:17:20 +10: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://travis-ci.org/rtfd/sphinx_rtd_theme.svg?branch=master
   :target: https://travis-ci.org/rtfd/sphinx_rtd_theme
   :alt: Build Status
.. 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

The ``sphinx_rtd_theme`` is a sphinx_ theme designed to look modern and be mobile-friendly.
This theme is primarily focused to be used on readthedocs.org_ but can work with your
own sphinx projects. To read more and see a working demo_ head over to readthedocs.org_.

.. _sphinx: http://www.sphinx-doc.org
.. _readthedocs.org: http://www.readthedocs.org
.. _demo: https://sphinx-rtd-theme.readthedocs.io/en/latest/


Installing
==========

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

   pip install sphinx_rtd_theme

For more information read the full installing docs
`here <https://sphinx-rtd-theme.readthedocs.io/en/latest/installing.html>`__.

.. _PyPI: https://pypi.python.org/pypi/sphinx_rtd_theme


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

The ``sphinx_rtd_theme`` is highly customizable on both the page level and on a global level.
To see all the possible configuration options read the configuring docs
`here <https://sphinx-rtd-theme.readthedocs.io/en/latest/configuring.html>`__.


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

If you would like to help improve the theme or have more control
over the theme in case of a fork please read our contributing guide
`here <https://sphinx-rtd-theme.readthedocs.io/en/latest/contributing.html>`__.