From 5012df42d0d28388f1b70b9acabf4c2374db55c9 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Fri, 27 Sep 2024 20:09:07 +0200 Subject: [PATCH] Update sphinx config --- docs/source/conf.py | 2 +- docs/source/grid.rst | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 4ee1a12c..b3642b3b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -310,4 +310,4 @@ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {"https://docs.python.org/": None} +intersphinx_mapping = {'python': ('https://docs.python.org/3', None)} diff --git a/docs/source/grid.rst b/docs/source/grid.rst index e95e88f7..1e217be2 100644 --- a/docs/source/grid.rst +++ b/docs/source/grid.rst @@ -156,13 +156,12 @@ Parameters for ``{% plugin "gridrow" %}`` are: Parameters for ``{% plugin "gridcolumn" %}`` are: + * ``column_alignment``: The vertical alignment of the column. Default is - ``align-self-start``. Other options are ``align-self-center`` and - ``align-self-end``. + ``align-self-start``. Other options are ``align-self-center`` and + ``align-self-end``. * ``text_alignment``: The text alignment of the column. Options are - ``left``, ``center`` and ``right``. + ``left``, ``center`` and ``right``. * ``xs_col``: Number of columns on mobile devices. * ``{sm|md|lg|xl|xx}_col``: Number of columns on larger devices. - -