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