From 8bb7f9a212570664e1f792a7a43f63990ee603d5 Mon Sep 17 00:00:00 2001 From: tmadlener Date: Fri, 6 Oct 2023 11:55:06 +0200 Subject: [PATCH] Add sphinx-desgin for more layouting options --- conf.py | 3 +++ requirements.txt | 1 + 2 files changed, 4 insertions(+) diff --git a/conf.py b/conf.py index 78c572b..8b06fc5 100644 --- a/conf.py +++ b/conf.py @@ -25,6 +25,7 @@ extensions = [ 'sphinx_copybutton', 'sphinx_markdown_tables', + "sphinx_design", 'myst_parser', ] @@ -40,3 +41,5 @@ ] myst_heading_anchors = 3 + +myst_enable_extensions = ["colon_fence"] diff --git a/requirements.txt b/requirements.txt index 1e2bf43..a0b0338 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ starterkit-ci==0.0.12 sphinx-copybutton==0.5.2 sphinx-markdown-tables==0.0.17 notedown==1.5.1 +sphinx-design==0.5.0