<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#CCCCCC" text="#000000">
Hello,<br>
<br>
I started to play with Sphinx-doc a little while ago, and today I
was trying to understand how some customizations of Bazaar
documentation are done.<br>
<br>
Namely:<br>
- how you got rid of some blank pages for latex output, making the
PDF more concise<br>
- how you got rid of header and footer<br>
<br>
I think the "culprit" is this line in conf.py:<br>
<br>
from bzrlib.doc_generate.conf import *<br>
<br>
Now... how do I find the files it is importing, so I can check them
out? Unfortunately, Bazaar documentation isn't compilable with this
line commented.<br>
<br>
Thanks,<br>
<br>
Dedeco<br>
<br>
</body>
</html>