From 53c6d947035519426720bd979c4fb034f933a4b2 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 28 Aug 2014 16:47:43 -0400 Subject: docs: don't look for BREATHE_HOME As of August 2014, the upstream (system-installed) version should be fine. TODO: update the README file --- docs/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/source/conf.py b/docs/source/conf.py index 06afe60..e87e745 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,8 @@ import os.path # We rely on Michael Jones's breathe as a Doxygen-to-Sphinx bridge. # See the README for information on obtaining it and letting Sphinx # know where it is. -sys.path.insert(0, os.environ['BREATHE_HOME']) +# As of August 2014, the upstream (system-installed) version should be fine. +#sys.path.insert(0, os.environ['BREATHE_HOME']) # -- General configuration ---------------------------------------------------- -- cgit v1.2.3