~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/ja/conf.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
# If extensions (or modules to document with autodoc) are in another directory,
11
11
# add these directories to sys.path here. If the directory is relative to the
12
12
# documentation root, use os.path.abspath to make it absolute, like shown here.
13
 
#sys.path = [os.path.abspath('../..')] + sys.path
14
 
sys.path = [os.path.abspath('.')] + sys.path
 
13
sys.path = [os.path.abspath('../..')] + sys.path
15
14
 
16
15
# Most of the configuration for Bazaar docs is defined here ...
17
 
#from bzrlib.doc_generate.sphinx_conf import *
18
 
from sphinx_conf import *
 
16
from bzrlib.doc_generate.sphinx_conf import *
19
17
 
20
18
 
21
19
## Configuration specific to this site ##
47
45
 
48
46
# Additional templates that should be rendered to pages, maps page names to
49
47
# template names.
50
 
#html_additional_pages = {'index': 'index.html'}
 
48
# html_additional_pages = {'index': 'index.html'}
51
49
 
52
50
# Output file base name for HTML help builder.
53
51
htmlhelp_basename = 'bzr-%s' % (bzr_locale,)
86
84
    #'user-guide/resolving_conflicts',
87
85
    #'user-guide/version_info',
88
86
    # Plain-style documentation generation stuff
89
 
    #'user-guide/index-plain',
 
87
    'release-notes/NEWS',
 
88
    'user-reference/bzr_man',
 
89
    'user-guide/index-plain',
 
90
    # Miscellaneous
 
91
    'user-reference/readme',
90
92
]
91
93