Building docs requires Python.

This commit is contained in:
Rene Rivera 2024-04-23 20:29:21 -05:00 committed by Barend Gehrels
parent 68da227c5c
commit ec52362c8d

View File

@ -11,8 +11,9 @@
project geometry/doc ;
# Auto-index, experimental. Commented otherwise does not build without.
#using auto-index ;
#using auto-index ;
using quickbook ;
using python ;
path-constant here : . ;
path-constant images_location : html ;
@ -29,7 +30,7 @@ testing.make-test run-pyd :
make_qbk ;
explicit make_qbk ;
boostbook geometry
boostbook geometry
: geometry.qbk
: <dependency>Jamfile
<dependency>quickref.xml
@ -47,7 +48,7 @@ boostbook geometry
<xsl:param>boost.root=../../../..
<quickbook-define>enable_index
<include>$(here)
<format>pdf:<xsl:param>img.src.path=$(images_location)/
<format>pdf:<xsl:param>img.src.path=$(images_location)/
<dependency>make_qbk
;