doc: Make python bindings doc build
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 30 Apr 2019 21:52:12 +0000 (17:52 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:40 +0000 (18:19 -0400)
commit73ddea7aabbfad91f3298730a9efc4d8610a9ba8
treec257db23692902417055e5d61d2db27dcb0f5c0e
parent09fc237ba2de4aa08993dc3131cea86f3c7e1c57
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.026355 seconds and 4 git commands to generate.