~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tools/generate_docs.py

  • Committer: Patch Queue Manager
  • Date: 2012-03-16 15:05:05 UTC
  • mfrom: (6508.1.1 956860-doc-generate)
  • Revision ID: pqm@pqm.ubuntu.com-20120316150505-30l88aa34gy2j4hx
(vila) Ensures the format registry is not empty when generating docs for
 sphinx (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
import bzrlib
42
42
from bzrlib import (
43
43
    commands,
 
44
    # Don't remove the following import, it triggers a format registration that
 
45
    # avoid http://pad.lv/956860
 
46
    branch,
44
47
    doc_generate,
45
48
    )
46
49