From b1e9f67ba02b992eacd5eef6814162b489749111 Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Thu, 13 Apr 2023 15:04:46 +0200 Subject: [PATCH] feat: work on beamer slides --- requirements.txt | 1 + source/conf.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f0694bd..c190af2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ myst-parser +sphinxcontrib-beamer diff --git a/source/conf.py b/source/conf.py index 6746175..a5b70a6 100644 --- a/source/conf.py +++ b/source/conf.py @@ -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.