~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tools/generate_docs.py

  • Committer: Vincent Ladeuil
  • Date: 2012-03-16 11:10:03 UTC
  • mto: This revision was merged to the branch mainline in revision 6511.
  • Revision ID: v.ladeuil+lp@free.fr-20120316111003-a3fsp7hi8wo86e3a
Ensures the format registry is not empty when generating docs for sphinx

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