From 923f9874a942fdc5916415cc753b0ba8db035a83 Mon Sep 17 00:00:00 2001 From: Benjamin Balder Bach Date: Tue, 22 Aug 2023 18:28:16 +0200 Subject: [PATCH] Docs: Remove "git install" method from instructions (#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 --- docs/installing.rst | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/docs/installing.rst b/docs/installing.rst index d9a5d00..87c0c66 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -58,21 +58,3 @@ Otherwise, pip will ignore pre-releases. Add for instance ``sphinx-rtd-theme==1. More information is available in Read the Docs' documentation on :doc:`rtd:guides/reproducible-builds`. - -Via Git or Download -------------------- - -.. warning:: - - Installing directly from the repository source is deprecated and is not - recommended. Static assets won't be included in the repository starting in - release :ref:`roadmap-release-3.0.0`. - -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: - -.. code:: python - - html_theme = "sphinx_rtd_theme" - html_theme_path = ["_themes", ]