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