Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Remove "git install" method from instructions #1375

Merged
merged 4 commits into from
Aug 22, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@ Changelog

.. seealso:: :ref:`howto_upgrade`

.. |development_version| replace:: 1.1.2alpha1

Development version (|development_version|)
===========================================

.. |development_version| replace:: 1.1.2alpha1
Deprecated
----------

* A reminder to not install the theme directly from Git, we will remove support for this in 3.0
benjaoming marked this conversation as resolved.
Show resolved Hide resolved

.. _release-1.1.1:

Expand Down
18 changes: 0 additions & 18 deletions docs/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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", ]