Skip to content

Commit 923f987

Browse files
benjaominghumitos
andauthored
Docs: Remove "git install" method from instructions (readthedocs#1375)
* Remove instructions "encouraging" to install directly from git * Update changelog: Add reminder that people should not install directly from git * Update docs/changelog.rst --------- Co-authored-by: Manuel Kaufmann <humitos@gmail.com>
1 parent 52e0cad commit 923f987

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

docs/installing.rst

-18
Original file line numberDiff line numberDiff line change
@@ -58,21 +58,3 @@ Otherwise, pip will ignore pre-releases. Add for instance ``sphinx-rtd-theme==1.
5858

5959
More information is available in Read the Docs' documentation on :doc:`rtd:guides/reproducible-builds`.
6060

61-
62-
Via Git or Download
63-
-------------------
64-
65-
.. warning::
66-
67-
Installing directly from the repository source is deprecated and is not
68-
recommended. Static assets won't be included in the repository starting in
69-
release :ref:`roadmap-release-3.0.0`.
70-
71-
Symlink or subtree the ``sphinx_rtd_theme/sphinx_rtd_theme`` repository into your documentation at
72-
``docs/_themes/sphinx_rtd_theme`` then add the following two settings to your Sphinx
73-
``conf.py`` file:
74-
75-
.. code:: python
76-
77-
html_theme = "sphinx_rtd_theme"
78-
html_theme_path = ["_themes", ]

0 commit comments

Comments
 (0)