doc/api/libbabeltrace2/DoxygenLayout.xml: use `topics` tab
[babeltrace.git] / doc / bindings / python / source / conf.py
... / ...
CommitLineData
1# SPDX-License-Identifier: MIT
2#
3# Copyright (c) 2020 Philippe Proulx <pproulx@efficios.com>
4
5import re
6
7import bt2
8
9# project
10project = "Babeltrace 2 Python bindings"
11copyright = "2020, EfficiOS, Inc"
12author = "EfficiOS, Inc"
13release = bt2.__version__
14version = re.match(r"^\d+\.\d+", release).group(0)
15
16# index
17master_doc = "index"
18
19# extensions
20extensions = ["bt2sphinxurl"]
21
22# theme
23html_theme = "alabaster"
This page took 0.022795 seconds and 5 git commands to generate.