@@ -22,7 +22,7 @@ a working demo of the theme in the `theme documentation`_
2222
2323.. _Sphinx : http://www.sphinx-doc.org
2424.. _Read the Docs : http://www.readthedocs.org
25- .. _theme documentation : https://sphinx-rtd-theme.readthedocs.io/en/latest /
25+ .. _theme documentation : https://sphinx-rtd-theme.readthedocs.io/en/stable /
2626
2727Installation
2828============
@@ -40,11 +40,20 @@ your ``conf.py`` file's ``html_theme`` setting:
4040
4141 html_theme = " sphinx_rtd_theme"
4242
43- For more information, including a full example with localized strings enabled,
44- read the documentation on `installing the theme `_.
43+ .. seealso ::
44+ `Supported browsers `_
45+ Officially supported and tested browser/operating system combinations
46+
47+ `Supported dependencies `_
48+ Supported versions of Python, Sphinx, and other dependencies.
49+
50+ `Example documentation `_
51+ A full example of this theme output, with localized strings enabled.
4552
4653.. _PyPI : https://pypi.python.org/pypi/sphinx_rtd_theme
47- .. _installing the theme : https://sphinx-rtd-theme.readthedocs.io/en/latest/installing.html
54+ .. _Supported browsers : https://sphinx-rtd-theme.readthedocs.io/en/stable/development.html#supported-browsers
55+ .. _Supported dependencies : https://sphinx-rtd-theme.readthedocs.io/en/stable/development.html#supported-dependencies
56+ .. _Example documentation : https://sphinx-rtd-theme.readthedocs.io/en/stable/
4857
4958Configuration
5059=============
@@ -53,12 +62,12 @@ This theme is highly customizable on both the page level and on a global level.
5362To see all the possible configuration options, read the documentation on
5463`configuring the theme `_.
5564
56- .. _configuring the theme : https://sphinx-rtd-theme.readthedocs.io/en/latest /configuring.html
65+ .. _configuring the theme : https://sphinx-rtd-theme.readthedocs.io/en/stable /configuring.html
5766
5867Contributing
5968============
6069
6170If you would like to help modify or translate the theme, you'll find more
6271information on contributing in our `contributing guide `_.
6372
64- .. _contributing guide : https://sphinx-rtd-theme.readthedocs.io/en/latest /contributing.html
73+ .. _contributing guide : https://sphinx-rtd-theme.readthedocs.io/en/stable /contributing.html
0 commit comments