commit 9397b0280536bd3aa40bd6d2aeaeba8c0795f72a
parent f9368db2bf8ce9eb6a9e951891142309c9c898d4
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Wed, 6 Mar 2024 19:05:48 +0100
conditionally build multiversion
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/conf.py b/conf.py
@@ -34,11 +34,11 @@ extensions = [
'httpdomain.httpdomain',
'typescriptdomain',
'sphinx.ext.todo',
- 'sphinx_multiversion'
- #'sphinx_book_theme',
- #'breathe'
]
+if os.environ.get("SPHINX_MULTIVERSION"):
+ extensions.append('sphinx_multiversion')
+
#breathe_projects = {
# "gnunet": "../gnunet/doc/doxygen/xml/",
#}