1-
21**************************
32Read the Docs Sphinx Theme
43**************************
54
65.. image :: https://img.shields.io/pypi/v/sphinx_rtd_theme.svg
76 :target: https://pypi.python.org/pypi/sphinx_rtd_theme
8- :alt: Pypi Version
9- .. image :: https://travis-ci.org/rtfd /sphinx_rtd_theme.svg?branch=master
10- :target: https://travis-ci.org/rtfd /sphinx_rtd_theme
7+ :alt: Pypi Version
8+ .. image :: https://travis-ci.org/readthedocs /sphinx_rtd_theme.svg?branch=master
9+ :target: https://travis-ci.org/readthedocs /sphinx_rtd_theme
1110 :alt: Build Status
1211.. image :: https://img.shields.io/pypi/l/sphinx_rtd_theme.svg
1312 :target: https://pypi.python.org/pypi/sphinx_rtd_theme/
@@ -16,39 +15,56 @@ Read the Docs Sphinx Theme
1615 :target: http://sphinx-rtd-theme.readthedocs.io/en/latest/?badge=latest
1716 :alt: Documentation Status
1817
19- The ``sphinx_rtd_theme `` is a sphinx _ theme designed to look modern and be mobile-friendly.
20- This theme is primarily focused to be used on readthedocs.org _ but can work with your
21- own sphinx projects. To read more and see a working demo _ head over to readthedocs.org _.
18+ This Sphinx _ theme was designed to provide a great reader experience for
19+ documentation users on both desktop and mobile devices. This theme is used
20+ primarily on `Read the Docs `_ but can work with any Sphinx project. You can find
21+ a working demo of the theme in the `theme documentation `_
2222
23- .. _ sphinx : http://www.sphinx-doc.org
24- .. _ readthedocs.org : http://www.readthedocs.org
25- .. _ demo : https://sphinx-rtd-theme.readthedocs.io/en/latest/
23+ .. _ Sphinx : http://www.sphinx-doc.org
24+ .. _ Read the Docs : http://www.readthedocs.org
25+ .. _ theme documentation : https://sphinx-rtd-theme.readthedocs.io/en/latest/
2626
27+ Installation
28+ ============
2729
28- Installing
29- ==========
30+ This theme is distributed on PyPI _ and can be installed with ``pip ``:
3031
31- The theme is distributed on PyPI _ and can be installed with pip::
32+ .. code :: console
3233
3334 pip install sphinx-rtd-theme
3435
35- For more information read the full installing docs
36- ` here < https://sphinx-rtd-theme.readthedocs.io/en/latest/installing.html >`__.
36+ To use the theme in your Sphinx project, you will need to add the following to
37+ your `` conf.py `` file:
3738
38- .. _PyPI : https://pypi.python.org/pypi/sphinx_rtd_theme
39+ .. code :: python
40+
41+ import sphinx_rtd_theme
42+
43+ extensions = [
44+ ...
45+ " sphinx_rtd_theme" ,
46+ ]
3947
48+ html_theme = " sphinx_rtd_theme"
49+
50+ For more information read the full documentation on `installing the theme `_
51+
52+ .. _PyPI : https://pypi.python.org/pypi/sphinx_rtd_theme
53+ .. _installing the theme : https://sphinx-rtd-theme.readthedocs.io/en/latest/installing.html
4054
4155Configuration
4256=============
4357
44- The `` sphinx_rtd_theme `` is highly customizable on both the page level and on a global level.
45- To see all the possible configuration options read the configuring docs
46- `here < https://sphinx-rtd- theme.readthedocs.io/en/latest/configuring.html >`__ .
58+ This theme is highly customizable on both the page level and on a global level.
59+ To see all the possible configuration options, read the documentation on
60+ `configuring the theme`_ .
4761
62+ .. _configuring the theme : https://sphinx-rtd-theme.readthedocs.io/en/latest/configuring.html
4863
4964Contributing
5065============
5166
52- If you would like to help improve the theme or have more control
53- over the theme in case of a fork please read our contributing guide
54- `here <https://sphinx-rtd-theme.readthedocs.io/en/latest/contributing.html >`__.
67+ If you would like to help modify or translate the theme, you'll find more
68+ information on contributing in our `contributing guide `_.
69+
70+ .. _contributing guide : https://sphinx-rtd-theme.readthedocs.io/en/latest/contributing.html
0 commit comments