Re: Boost.Python docs update
Daniel James <[email protected]> Wed, 12 Aug 2015 00:16:12 +0100
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <CAHOE3ydrkPc6KGm=3jtme3c6bmvoQg7c=qQOeGh+ZWLhW2rx8Q@mail.gmail.com> |
On 11 August 2015 at 22:19, Daniel James <[email protected]> wrote: > On 5 August 2015 at 13:15, Stefan Seefeld <[email protected]> wrote: >> >> I'm still not entirely sure how the integration with the Boost.org >> website is done, so I'd like to ask for some advice. Is there a way to >> test this ? Should I just wait to see what happens after the next >> release ? Any help is much appreciated. > > I'll add it to the build script and rebuild the develop documentation > tomorrow morning. It I don't forget and the build works, you'll be > able to get to it from: > > http://www.boost.org/doc/libs/develop/ I had a quick try at building it, and it failed because 'boost.defaults' gets set twice. If you want to overwrite it you first have to unset the default setting with something like: -<xsl:param>boost.defaults=Boost Not sure why you're changing it though. It's generally easier just to override the individual settings if you find the defaults intolerable.