On Mon, Jan 24, 2011 at 1:08 PM, Georg Brandl <ge...@python.org> wrote:
> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Am 24.01.2011 20:13, schrieb Erik Tollerud: > > I've noticed the sphinx "latest" documentation page seems to stay in > > sync with the development version on bitbucket. Is this done by an > > automatic tool to keep the documentation page up-to-date with the > > latest mercurial commits, or is the page manually uploaded at regular > > intervals? And if the sphinx page isn't automatic, is there a tool > > out there to do this automatically? > > It's generated manually whenever I feel like it (usually after a > substantial update). It's basically just a script that does > "hg update; cd docs; ../sphinx-build.py . /web/server/root". > > cheers, > Georg > You could also conceivably whip up something using bitbucket's service integration to do that for you: https://bitbucket.org/help/service-integration I usually use a fabric task myself (run manually). Kevin Horn -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-dev@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.