From 97a63a4d6ea57ed39f82d60529b2fef01d8eed35 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Sat, 11 Jun 2011 20:21:59 -0400 Subject: 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. --- source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/conf.py') 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' -- cgit v1.2.3