Skip to content

Commit

Permalink
conf: add support for sphinx-panels
Browse files Browse the repository at this point in the history
The sphinx-panels package gives the ability to render unicode based
icons as required in [1] below.

Link: [1] #186

Signed-off-by: Joakim Bech <joakim.bech@linaro.org>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
  • Loading branch information
jbech-linaro committed Feb 27, 2023
1 parent 0f1a4f8 commit 6a21606
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
'sphinx.ext.todo',
'sphinx.ext.viewcode',
'sphinx.ext.graphviz',
'sphinx_panels',
'sphinxcontrib.plantuml',
'sphinx_tabs.tabs',
]
Expand Down
10 changes: 6 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
sphinx_rtd_theme
sphinxcontrib-plantuml
Pillow
sphinx-tabs==3.4.1
sphinx-rtd-theme
sphinxcontrib-plantuml==0.24
Pillow==9.2.0
sphinx-tabs
sphinx-panels==0.6.0
sphinx==4.5.0

0 comments on commit 6a21606

Please sign in to comment.