File tree Expand file tree Collapse file tree 2 files changed +13
-18
lines changed Expand file tree Collapse file tree 2 files changed +13
-18
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ planning. Documentation authors can decide which theme release works best for
66their project based on required browser/operating system combinations or
77dependency support.
88
9+ .. _supported-browsers :
10+
911Supported browsers
1012------------------
1113
@@ -46,6 +48,8 @@ Opera (any OS, any version)
4648 **Community support only. ** We do not receive enough traffic with this
4749 browser to officially support it in testing and development.
4850
51+ .. _supported-dependencies :
52+
4953Supported dependencies
5054----------------------
5155
@@ -57,6 +61,8 @@ The theme officially supports the following dependencies in your Sphinx project:
5761
5862 * - Dependency
5963 - Versions
64+ * - Python
65+ - 2.7 or 3.6 or greater
6066 * - Sphinx
6167 - 1.7 up to at least 4.1
6268 * - docutils
Original file line number Diff line number Diff line change 1- ************
21Installation
3- ************
2+ ============
43
54Install the package (or add it to your ``requirements.txt `` file):
65
@@ -21,6 +20,12 @@ In your ``conf.py`` file:
2120
2221 html_theme = " sphinx_rtd_theme"
2322
23+ .. seealso ::
24+ :ref: `supported-browsers `
25+ Officially supported and tested browser/operating system combinations
26+
27+ :ref: `supported-dependencies `
28+ Officially Supported versions of Python, Sphinx, and other dependencies.
2429
2530.. note ::
2631
@@ -45,19 +50,3 @@ Symlink or subtree the ``sphinx_rtd_theme/sphinx_rtd_theme`` repository into you
4550
4651 html_theme = " sphinx_rtd_theme"
4752 html_theme_path = [" _themes" , ]
48-
49- Compatibility
50- =============
51-
52- Python
53- ------
54-
55- ``sphinx_rtd_theme `` requires Python 2.7 or Python 3.4 or greater.
56-
57- Sphinx
58- ------
59-
60- ``sphinx_rtd_theme `` depends on at least Sphinx 1.6 although,
61- we recommend at least Sphinx 2 to take advantage of the html5 writer.
62- The html4 writer is still supported however,
63- it is deprecated and support will be removed in the near future.
You can’t perform that action at this time.
0 commit comments