diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-11 20:21:59 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-11 20:21:59 -0400 |
commit | 97a63a4d6ea57ed39f82d60529b2fef01d8eed35 (patch) | |
tree | 921e3587fa20be6cb2d5679099ee42ebbd6e01b8 /source | |
parent | 4e0c342d149e5da664ae7c573b9ea3b14df4db83 (diff) | |
download | librambutan-97a63a4d6ea57ed39f82d60529b2fef01d8eed35.tar.gz librambutan-97a63a4d6ea57ed39f82d60529b2fef01d8eed35.zip |
Initial version separate leaflabs-docs repository.
This repository previously lived in the libmaple/ repository, but that
didn't make much sense, since it covers Maple IDE as well.
Diffstat (limited to 'source')
-rw-r--r-- | source/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/conf.py b/source/conf.py index 005a988..dce9d1b 100644 --- a/source/conf.py +++ b/source/conf.py @@ -20,8 +20,8 @@ import sys, os # documentation root, use os.path.abspath to make it absolute, like shown here. # # We rely on Michael Jones's breathe as a Doxygen-to-Sphinx bridge. -# See libmaple/docs/README for information on obtaining it and letting -# Sphinx know where it is. +# See the README for information on obtaining it and letting Sphinx +# know where it is. sys.path.append(os.environ['BREATHE_HOME']) # -- General configuration ---------------------------------------------------- @@ -269,6 +269,6 @@ intersphinx_mapping = {'http://docs.python.org/': None} # -- Options for breathe integration ------------------------------------------ breathe_projects = {'libmaple' : os.path.join(os.environ['LIB_MAPLE_HOME'], - 'docs', 'doxygen', 'xml')} + 'doxygen', 'xml')} breathe_default_project = 'libmaple' |