From 36def013fdbcc65604c4e878cdd04da9bd0ca32f Mon Sep 17 00:00:00 2001 From: Callahan Kovacs Date: Fri, 4 Oct 2024 10:32:44 -0500 Subject: [PATCH] build(deps): bump canonical-sphinx to 0.2.0 Signed-off-by: Callahan Kovacs --- docs/index.rst | 30 ++++++++++-------------------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 21 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 6c52e261..ddaf7e63 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,26 +24,16 @@ framework that need to provide support for additional build environments. reference/index explanation/index -.. grid:: 1 1 2 2 - - .. grid-item-card:: :ref:`Tutorial ` - - **Get started** with a hands-on introduction to Craft Providers - - .. grid-item-card:: :ref:`How-to guides ` - - **Step-by-step guides** covering key operations and common tasks - -.. grid:: 1 1 2 2 - :reverse: - - .. grid-item-card:: :ref:`Reference ` - - **Technical information** about Craft Providers - - .. grid-item-card:: :ref:`Explanation ` - - **Discussion and clarification** of key topics +.. list-table:: + + * - | :ref:`Tutorial ` + | **Get started** with a hands-on introduction to Craft Providers + - | :ref:`How-to guides ` + | **Step-by-step guides** covering key operations and common tasks + * - | :ref:`Reference ` + | **Technical information** about Craft Providers + - | :ref:`Explanation ` + | **Discussion and clarification** of key topics Project and community ===================== diff --git a/pyproject.toml b/pyproject.toml index 19633045..f02d4d73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ docs = [ "sphinx-autobuild==2024.9.19", "sphinx-lint==1.0.0", "sphinx-tabs==3.4.5", - "canonical-sphinx==0.1.0" + "canonical-sphinx~=0.2.0" ] [build-system]