From e35507ffd0e3b3ac8018ad9332db4cfeeb4106d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olle=20Hyn=C3=A9n=20Ulfsj=C3=B6=C3=B6?= Date: Fri, 6 Dec 2019 13:08:23 +0100 Subject: [PATCH] Add sphinxcontrib-beamer to list of extensions. Change-Id: I943e42508cc8ca4e20c65803c1bca225195ddd0e --- doc/develop.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/develop.rst b/doc/develop.rst index 0612c7113..d4b9a0e5d 100644 --- a/doc/develop.rst +++ b/doc/develop.rst @@ -36,6 +36,7 @@ This is the current list of contributed extensions in that repository: - astah: embed diagram by using astah - autoanysrc: Gather reST documentation from any source files - autorun: Execute code in a ``runblock`` directive +- beamer_: A builder for Beamer (LaTeX) output. - blockdiag: embed block diagrams by using blockdiag_ - cacoo: embed diagram from Cacoo - cf3domain: a domain for CFEngine 3 policies @@ -148,3 +149,4 @@ started with writing your own extensions. .. _domaintools: https://bitbucket.org/klorenz/sphinxcontrib-domaintools .. _restbuilder: https://pypi.org/project/sphinxcontrib-restbuilder/ .. _Lasso: http://www.lassosoft.com/ +.. _beamer: https://pypi.org/project/sphinxcontrib-beamer/