feat: work on beamer slides
This commit is contained in:
parent
00e883e3eb
commit
b1e9f67ba0
@ -1 +1,2 @@
|
|||||||
myst-parser
|
myst-parser
|
||||||
|
sphinxcontrib-beamer
|
||||||
|
@ -31,7 +31,8 @@ release = '0.1.2'
|
|||||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||||
# ones.
|
# ones.
|
||||||
extensions = [
|
extensions = [
|
||||||
'myst_parser'
|
'myst_parser',
|
||||||
|
'sphinxcontrib.beamer'
|
||||||
]
|
]
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
Loading…
Reference in New Issue
Block a user