Skip to content

Commit bdd49c4

Browse files
committed
Small fixes
1 parent 022a58f commit bdd49c4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/development.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ version:
9090

9191
.. code:: console
9292
93-
% pip install "sphinx_rtd_theme<=2.0.0"
93+
$ pip install "sphinx_rtd_theme<=2.0.0"
9494
9595
.. _semantic versioning: http://semver.org/
9696

@@ -111,7 +111,7 @@ it resolves bugs with the latest release of Docutils, version 0.17.
111111
Starting with this release, several deprecation warnings will be emitted at
112112
build time:
113113

114-
Direction installation is deprecated
114+
Direct installation is deprecated
115115
Support for direct installation through GitHub is no longer a suggested
116116
installation method. In an effort to ease maintenance, compiled assets will
117117
eventually be removed from the theme repository. These files will only be

docs/installing.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@ In your ``conf.py`` file:
3535
are using an old version of the theme.
3636

3737
Via Git or Download
38-
===================
38+
-------------------
3939

4040
.. warning::
4141

42-
Installing directly from the repo is deprecated.
43-
Static assets won't be included in the repo in a future release.
42+
Installing directly from the repository source is deprecated and is not
43+
recommended. Static assets won't be included in the repository starting in
44+
release :ref:`3.0.0`.
4445

4546
Symlink or subtree the ``sphinx_rtd_theme/sphinx_rtd_theme`` repository into your documentation at
4647
``docs/_themes/sphinx_rtd_theme`` then add the following two settings to your Sphinx

0 commit comments

Comments
 (0)