doc: Make python bindings doc build
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 30 Apr 2019 21:52:12 +0000 (17:52 -0400)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commit89fd80df732b1a3c3054aa9a59357f977b110f77
tree2c740f98981e4719449ab661c7d67a0d47445a7a
parent88b3fc9c233989c30ca8e3582b4923713ec51e81
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.024793 seconds and 4 git commands to generate.