2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 18:52:26 +00:00

Unset 'boost.defaults' set in Jamroot.

Not using '<format>html' as it seems it has to match the original
setting exactly.
This commit is contained in:
Daniel James
2015-08-12 22:42:01 +01:00
parent 41c61dd756
commit c41a1e8531

View File

@@ -9,7 +9,9 @@ path-constant images : html/images ;
project python/doc
: requirements <format>html:<xsl:param>boost.defaults=none
: requirements
-<xsl:param>boost.defaults=Boost
<format>html:<xsl:param>boost.defaults=none
<format>html:<xsl:param>toc.max.depth=3
<format>html:<xsl:param>toc.section.depth=2
<format>html:<xsl:param>chunk.section.depth=1