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:
Diffstat (limited to 'docs/installing.rst')
-rw-r--r--docs/installing.rst22
1 files changed, 18 insertions, 4 deletions
diff --git a/docs/installing.rst b/docs/installing.rst
index 7b78ee6..759e73a 100644
--- a/docs/installing.rst
+++ b/docs/installing.rst
@@ -23,14 +23,20 @@ In your ``conf.py`` file:
.. note::
- Adding this theme as an extension is what enables localization of theme
- strings in your translated output. If these strings are not translated in
- your output, either we lack the localized strings for your locale, or you
- are using an old version of the theme.
+
+ Adding this theme as an extension is what enables localization of theme
+ strings in your translated output. If these strings are not translated in
+ your output, either we lack the localized strings for your locale, or you
+ are using an old version of the theme.
Via Git or Download
===================
+.. warning::
+
+ Installing directly from the repo is deprecated.
+ Static assets won't be included in the repo in a future release.
+
Symlink or subtree the ``sphinx_rtd_theme/sphinx_rtd_theme`` repository into your documentation at
``docs/_themes/sphinx_rtd_theme`` then add the following two settings to your Sphinx
``conf.py`` file:
@@ -39,3 +45,11 @@ Symlink or subtree the ``sphinx_rtd_theme/sphinx_rtd_theme`` repository into you
html_theme = "sphinx_rtd_theme"
html_theme_path = ["_themes", ]
+
+Compatibility
+=============
+
+``sphinx_rtd_theme`` depends on at least Sphinx 1.6 although,
+we recommend at least Sphinx 2 to take advantage of the html5 writer.
+The html4 writer is still supported however,
+it is deprecated and support will be removed in the near future.