diff --git a/docs/index.rst b/docs/index.rst index 02c4cfc9..7caea660 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -12,26 +12,16 @@ Craft-Application reference/index explanation/index -.. grid:: 1 1 2 2 - - .. grid-item-card:: :ref:`Tutorial ` - - **Get started** with a hands-on introduction to Craft-Application - - .. 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-Application - - .. grid-item-card:: :ref:`Explanation ` - - **Discussion and clarification** of key topics +.. list-table:: + + * - | :ref:`Tutorial ` + | **Get started** with a hands-on introduction to craft-application + - | :ref:`How-to guides ` + | **Step-by-step guides** covering key operations and common tasks + * - | :ref:`Reference ` + | **Technical information** about craft-application + - | :ref:`Explanation ` + | **Discussion and clarification** of key topics Project and community ===================== diff --git a/pyproject.toml b/pyproject.toml index 270ab4e6..ba99a685 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ types = [ "types-urllib3", ] docs = [ - "canonical-sphinx~=0.1", + "canonical-sphinx~=0.2.0", "sphinx-autobuild==2024.9.3", "sphinx-lint==0.9.1", ]