Skip to content

Commit

Permalink
Add sphinx-desgin for more layouting options
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Oct 9, 2023
1 parent 5238338 commit 8bb7f9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
extensions = [
'sphinx_copybutton',
'sphinx_markdown_tables',
"sphinx_design",
'myst_parser',
]

Expand All @@ -40,3 +41,5 @@
]

myst_heading_anchors = 3

myst_enable_extensions = ["colon_fence"]
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8bb7f9a

Please sign in to comment.