Skip to content

Commit 022a58f

Browse files
committed
Replace outdated information on installation page
Repoint compatibilities to development information page instead.
1 parent c7d3a6e commit 022a58f

File tree

2 files changed

+13
-18
lines changed

2 files changed

+13
-18
lines changed

docs/development.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ planning. Documentation authors can decide which theme release works best for
66
their project based on required browser/operating system combinations or
77
dependency support.
88

9+
.. _supported-browsers:
10+
911
Supported 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+
4953
Supported 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

docs/installing.rst

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
************
21
Installation
3-
************
2+
============
43

54
Install 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.

0 commit comments

Comments
 (0)