gnunet-handbook

The GNUnet Handbook
Log | Files | Refs

commit 6bed4d966128df31970c77df5b53ac142b7f651c
parent 05bb0bd0e40daca171ecd5e5c7cbc5ca52e25ac0
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Tue,  2 Aug 2022 16:51:54 +0200

-breathe

Diffstat:
Mconf.py | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/conf.py b/conf.py @@ -31,14 +31,14 @@ extensions = [ 'myst_parser', 'sphinx.ext.todo', 'sphinx_rtd_theme', - 'breathe' + #'breathe' ] -breathe_projects = { - "gnunet": "../gnunet/doc/doxygen/xml/", -} +#breathe_projects = { +# "gnunet": "../gnunet/doc/doxygen/xml/", +#} -breathe_default_project = "gnunet" +#breathe_default_project = "gnunet" # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']