Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Johnson <aj@ohess.org>2021-08-17 23:31:03 +0300
committerAnthony Johnson <aj@ohess.org>2021-08-19 22:23:00 +0300
commitc7d3a6ec2f436c248ba4123b60bbeec500d0c193 (patch)
treefa0a3281cf85b1d2364a20f671be2c81ed28e33c
parent207ae966ec7057480b842332e08fd405920e29ee (diff)
Update links in readme for github/pypi
* Browser support/etc * latest -> stable
-rw-r--r--README.rst21
1 files changed, 15 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index dcc16cd..6925ece 100644
--- a/README.rst
+++ b/README.rst
@@ -22,7 +22,7 @@ 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/latest/
+.. _theme documentation: https://sphinx-rtd-theme.readthedocs.io/en/stable/
Installation
============
@@ -40,11 +40,20 @@ your ``conf.py`` file's ``html_theme`` setting:
html_theme = "sphinx_rtd_theme"
-For more information, including a full example with localized strings enabled,
-read the documentation on `installing the theme`_.
+.. seealso::
+ `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
-.. _installing the theme: https://sphinx-rtd-theme.readthedocs.io/en/latest/installing.html
+.. _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
=============
@@ -53,7 +62,7 @@ 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/latest/configuring.html
+.. _configuring the theme: https://sphinx-rtd-theme.readthedocs.io/en/stable/configuring.html
Contributing
============
@@ -61,4 +70,4 @@ 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/latest/contributing.html
+.. _contributing guide: https://sphinx-rtd-theme.readthedocs.io/en/stable/contributing.html