feat: work on beamer slides

This commit is contained in:
dancingCycle 2023-04-13 15:04:46 +02:00
parent 00e883e3eb
commit b1e9f67ba0
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1,2 @@
myst-parser
sphinxcontrib-beamer

View File

@ -31,7 +31,8 @@ release = '0.1.2'
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'myst_parser'
'myst_parser',
'sphinxcontrib.beamer'
]
# Add any paths that contain templates here, relative to this directory.