summaryrefslogtreecommitdiff
path: root/docs/conf.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py.in')
-rw-r--r--docs/conf.py.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/conf.py.in b/docs/conf.py.in
index 28e8fa04c..f6e75b9b5 100644
--- a/docs/conf.py.in
+++ b/docs/conf.py.in
@@ -18,6 +18,11 @@ sys.path.insert(0, '${CMAKE_CURRENT_SOURCE_DIR}/ext/')
# path to python api
sys.path.insert(0, '${CMAKE_BINARY_DIR}/src/api/python')
+if("${BUILD_BINDINGS_PYTHON}" == "ON"):
+ tags.add('bindings_python')
+if("${BUILD_BINDINGS_JAVA}" == "ON"):
+ tags.add('bindings_java')
+
# -- Project information -----------------------------------------------------
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback