doc: Make python bindings doc build
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 30 Apr 2019 21:52:12 +0000 (17:52 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:12:56 +0000 (00:12 -0400)
commit78d61baa36d7f384a2e6b3d4ccc4ce0c40455767
tree2c740f98981e4719449ab661c7d67a0d47445a7a
parent5106ff1e5d7e95c95ab7cb9ee35fe9c936f527d5
doc: Make python bindings doc build

Babeltrace 1 Python bindings (the babeltrace package) were removed in
commit

    1c81bd8895c0 ("Remove babeltrace 1 Python bindings and tests")

However, the Python doc still references it.  It tries to import it to
get the version, and therefore fails to build.  Update it to import the
bt2 package instead.

Change-Id: I656a89ad83069f6794abf4c775a14fb9be2ecba0
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1124
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
doc/bindings/python/Makefile.am
doc/bindings/python/source/conf.py
This page took 0.024663 seconds and 5 git commands to generate.