From b8808c05a40db729a9c30c4e730a016f55750ccc Mon Sep 17 00:00:00 2001
From: Xylar Asay-Davis <xylarstorm@gmail.com>
Date: Fri, 18 Oct 2024 21:28:11 -0600
Subject: [PATCH] Remove versions page from the docs

This will be handled by sphinx-multiversion if all goes well
---
 docs/index.rst    |  6 -----
 docs/versions.rst | 62 -----------------------------------------------
 2 files changed, 68 deletions(-)
 delete mode 100644 docs/versions.rst

diff --git a/docs/index.rst b/docs/index.rst
index 4f72191c6..8f65f7b00 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -46,9 +46,3 @@ used those components.
    :maxdepth: 1
 
    authors
-
-.. toctree::
-   :caption: Versions
-   :maxdepth: 1
-
-   versions
diff --git a/docs/versions.rst b/docs/versions.rst
deleted file mode 100644
index db8c9aec1..000000000
--- a/docs/versions.rst
+++ /dev/null
@@ -1,62 +0,0 @@
-Versions
-========
-
-================ ===============
-Documentation    On GitHub
-================ ===============
-`stable`_        `main`_
-`latest`_        `develop`_
-`v1.2.6`_        `1.2.6`_
-`v1.2.7`_        `1.2.7`_
-`v1.2.8`_        `1.2.8`_
-`v1.2.9`_        `1.2.9`_
-`v1.3.0`_        `1.3.0`_
-`v1.4.0`_        `1.4.0`_
-`v1.5.0`_        `1.5.0`_
-`v1.6.0`_        `1.6.0`_
-`v1.6.1`_        `1.6.1`_
-`v1.7.0`_        `1.7.0`_
-`v1.7.1`_        `1.7.1`_
-`v1.7.2`_        `1.7.2`_
-`v1.8.0`_        `1.8.0`_
-`v1.9.0`_        `1.9.0`_
-`v1.10.0`_       `1.10.0`_
-`v1.11.0`_       `1.11.0`_
-================ ===============
-
-.. _`stable`: ../stable/index.html
-.. _`latest`: ../latest/index.html
-.. _`v1.2.6`: ../1.2.6/index.html
-.. _`v1.2.7`: ../1.2.7/index.html
-.. _`v1.2.8`: ../1.2.8/index.html
-.. _`v1.2.9`: ../1.2.9/index.html
-.. _`v1.3.0`: ../1.3.0/index.html
-.. _`v1.4.0`: ../1.4.0/index.html
-.. _`v1.5.0`: ../1.5.0/index.html
-.. _`v1.6.0`: ../1.6.0/index.html
-.. _`v1.6.1`: ../1.6.1/index.html
-.. _`v1.7.0`: ../1.7.0/index.html
-.. _`v1.7.1`: ../1.7.1/index.html
-.. _`v1.7.2`: ../1.7.2/index.html
-.. _`v1.8.0`: ../1.8.0/index.html
-.. _`v1.9.0`: ../1.9.0/index.html
-.. _`v1.10.0`: ../1.10.0/index.html
-.. _`v1.11.0`: ../1.11.0/index.html
-.. _`main`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/main
-.. _`develop`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/develop
-.. _`1.2.6`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.2.6
-.. _`1.2.7`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.2.7
-.. _`1.2.8`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.2.8
-.. _`1.2.9`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.2.9
-.. _`1.3.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.3.0
-.. _`1.4.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.4.0
-.. _`1.5.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.5.0
-.. _`1.6.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.6.0
-.. _`1.6.1`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.6.1
-.. _`1.7.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.7.0
-.. _`1.7.1`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.7.1
-.. _`1.7.2`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.7.2
-.. _`1.8.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.8.0
-.. _`1.9.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.9.0
-.. _`1.10.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.10.0
-.. _`1.11.0`: https://github.com/MPAS-Dev/MPAS-Analysis/tree/1.11.0