/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/doc_generate/conf.py

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 19:09:26 UTC
  • mfrom: (6622.1.36 breezy)
  • Revision ID: jelmer@jelmer.uk-20170521190926-5vtz8xaf0e9ylrpc
Merge rename to breezy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
# built documents.
45
45
#
46
46
# The short X.Y version.
47
 
import bzrlib
48
 
version = '.'.join(str(p) for p in bzrlib.version_info[:2])
 
47
import breezy
 
48
version = '.'.join(str(p) for p in breezy.version_info[:2])
49
49
# The full version, including alpha/beta/rc tags.
50
 
release = bzrlib.version_string
 
50
release = breezy.version_string
51
51
 
52
52
# The language for content autogenerated by Sphinx. Refer to documentation
53
53
# for a list of supported languages.
135
135
# The name of an image file (within the static path) to use as favicon of the
136
136
# docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
137
137
# pixels large.
138
 
html_favicon = "bzr.ico"
 
138
# TODO(jelmer): add a brz.ico
 
139
# html_favicon = "brz.ico"
139
140
 
140
141
# Add any paths that contain custom static files (such as style sheets) here,
141
142
# relative to this directory. They are copied after the builtin static files,