/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 doc/developers/conf.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-11-18 17:39:59 UTC
  • mfrom: (7192.3.13 more-doc-improvements)
  • Revision ID: breezy.the.bot@gmail.com-20181118173959-tg2bpyx5qcqqlcje
Update more links, add API documentation.

Merged from https://code.launchpad.net/~jelmer/brz/more-doc-improvements/+merge/358955

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
 
13
sys.path = [os.path.abspath('../..'), os.path.abspath('api')] + sys.path
14
14
 
15
15
# Most of the configuration for Breezy docs is defined here ...
16
16
from breezy.doc_generate.conf import *