diff --git a/docs/source/_templates/index.html b/docs/source/_templates/index.html deleted file mode 100644 index 1e3fbb645..000000000 --- a/docs/source/_templates/index.html +++ /dev/null @@ -1,147 +0,0 @@ -{% extends "!layout.html" %} - -{% block body %} - -
-
-

Conda Documentation

-

- Conda provides package, dependency, and environment management for any language. - The following documentation site provides all you need to get started with - leveraging the power of conda. -

- -

Install

-
- - -
-
Download and run the installer:
-

- Miniconda3 Windows 64-bit -

-
- - - -
-
Download and run the installer:
- - - - - - - - - - - -
- Apple Intel x86 64-bit - - Apple M1 64-bit -
- Miniconda3 macOS Intel x86 64-bit pkg - - Miniconda3 macOS Apple M1 64-bit pkg -
-
- - - -
-
Download and run the installer
-
curl https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh
-bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3
-~/miniconda3/bin/conda init bash
-
-
-
-

For more detailed instructions, see the Installation Guide.

-
- -
-
-

Learn

-
-
- -
-
-
-
- Getting started -
-
-

Learn how to get started using conda with tutorials and quick start guides

-
- Example -
-
-
-
-
- Package search -
-
-

Learn how to build and distribute your software with conda

-
- Example -
-
-
-
-
- Commands -
-
-

Learn how to use the most import conda commands and read relevant help pages

-
- Example -
-
-
-
-
-
-
- Building Packages -
-
-

Learn how to build and distribute your software with conda

-
- Example -
-
-
-
-
- What's new? -
-
-

Check out our blog for the latest release notes and other news

-
- Example -
-
-
-
-
- Developer guide -
-
-

Take deep dives into advanced topics

-
- Example -
-
-
- -{% endblock %} diff --git a/docs/source/conf.py b/docs/source/conf.py index 00a92838d..fd0867a6f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -133,13 +133,8 @@ "show_prev_next": False, "use_edit_page_button": True, "primary_sidebar_end": [], + "github_url": "https://github.com/conda/conda-docs", "icon_links": [ - { - "name": "GitHub", - "url": "https://github.com/conda/conda-docs", - "icon": "fa-brands fa-square-github", - "type": "fontawesome", - }, { "name": "Element", "url": "https://matrix.to/#/#conda:matrix.org", diff --git a/requirements.txt b/requirements.txt index 0d024cb14..a9e72ea71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ --e git+https://github.com/conda-incubator/conda-sphinx-theme.git@main#egg=conda_sphinx_theme +conda-sphinx-theme sphinx-sitemap==2.2.0 sphinx-design sphinx-reredirects