Sphinx theme for readthedocs.org
Go to file
Eric Holscher 7e4592f95c Add support for Google Analytics to theme. (#411)
* Add support for Google Analytics to theme.

This setting has actually existed in the default config since the original version,
but doesn't currently work.
This fixes that and supports GA if it's set.

* Add docs around analytics_id

* Do not conflict with RTD insertion of analytics script

* Remove dupliate analytics_id

* Add analytics_id to the configuration in its new place
2018-12-04 15:08:29 -05:00
.github Create CODE_OF_CONDUCT.md (#562) 2018-02-02 18:43:18 -05:00
docs Add support for Google Analytics to theme. (#411) 2018-12-04 15:08:29 -05:00
fonts Change Lato font to webfont (version 2.015) (#639) 2018-05-24 11:49:40 -04:00
js Make disablig sticky nav work again (#634) 2018-05-08 14:23:41 -04:00
sass Small visual improvement to captions in toctree (#665) 2018-12-04 12:43:45 -05:00
sphinx_rtd_theme Add support for Google Analytics to theme. (#411) 2018-12-04 15:08:29 -05:00
tests Adds testing and hopefully a final fix for the empty toctree issue 2017-03-06 14:45:58 -08:00
.gitattributes Bundle Roboto Slab as a real web font (not just ttf) (#642) 2018-05-24 11:33:57 -04: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 No double build 2017-12-20 20:37:27 -08: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
bower.json Bump to 0.4.2 2018-10-05 11:14:39 -07:00
Gruntfile.js Change Lato font to webfont (version 2.015) (#639) 2018-05-24 11:49:40 -04:00
LICENSE Replace the name 'Dave Snider' with RTD (#572) 2018-03-19 07:56:34 -04:00
MANIFEST.in Include fontawesome-webfont.woff2 in pip package 2017-03-05 19:50:44 +01:00
OFL-License.txt Change Lato font to webfont (version 2.015) (#639) 2018-05-24 11:49:40 -04:00
package.json Bump to 0.4.2 2018-10-05 11:14:39 -07: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 Add Sphinx as a dependency (#652) 2018-06-18 22:16:44 -04:00
tox.ini Tests: Update to new sphinx & python 2018-10-05 11:14:12 -07: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>`__.