Skip to content

Commit

Permalink
Update sphinx config
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Sep 27, 2024
1 parent a7f00c9 commit 5012df4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
9 changes: 4 additions & 5 deletions docs/source/grid.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.



0 comments on commit 5012df4

Please sign in to comment.