From 6daf5de6be99e61ee06844eb5c89f75d3e74d875 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Feb 2026 22:31:36 +0000 Subject: [PATCH 1/2] Initial plan From 3157e2eacdc5e2785b5ce3b3e774c8cba3eacc90 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Feb 2026 22:34:23 +0000 Subject: [PATCH 2/2] Switch from sphinx-tabs to sphinx-design for documentation Co-authored-by: ColmTalbot <25602909+ColmTalbot@users.noreply.github.com> --- docs/conf.py | 1 - docs/guide/installation.rst | 10 +++++----- pages_requirements.txt | 3 +-- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 6cf8dae3..620452e4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,6 @@ "myst_parser", "sphinx_design", "sphinx_copybutton", - "sphinx_tabs.tabs", ] templates_path = ["_templates"] diff --git a/docs/guide/installation.rst b/docs/guide/installation.rst index 96113cdf..add8c952 100644 --- a/docs/guide/installation.rst +++ b/docs/guide/installation.rst @@ -2,21 +2,21 @@ Installation ============ -.. tabs:: +.. tab-set:: - .. tab:: Conda + .. tab-item:: Conda .. code-block:: console $ conda install -c conda-forge gwpopulation - .. tab:: Pip + .. tab-item:: Pip .. code-block:: console $ pip install gwpopulation - .. tab:: Latest + .. tab-item:: Latest If you want to use the latest (unreleased) version of :code:`gwpopulation` you can install the current :code:`main` branch directly from :code:`GitHub`. @@ -30,7 +30,7 @@ Installation While :code:`GWPopulation` has an extensive unit test suite, :code:`main` is more likely to contain bugs than released versions, especially when using GPUs. - .. tab:: Development + .. tab-item:: Development A development version of :code:`gwpopulation` can be installed from the source code in the usual way. Assuming a working python installation exists, diff --git a/pages_requirements.txt b/pages_requirements.txt index 8af7bb29..06efbfed 100644 --- a/pages_requirements.txt +++ b/pages_requirements.txt @@ -11,5 +11,4 @@ sphinx sphinx_rtd_theme sphinx-autoapi sphinx-copybutton -sphinx-design -sphinx-tabs \ No newline at end of file +sphinx-design \ No newline at end of file