aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2014-08-28 16:47:43 -0400
committerbnewbold <bnewbold@robocracy.org>2014-08-28 16:47:46 -0400
commit53c6d947035519426720bd979c4fb034f933a4b2 (patch)
tree73ce3f2d965bdc26bc29ad756d66e88fb29ff0d2 /docs
parent175636522297190fb0baf27c58a15fd190b78922 (diff)
downloadlibrambutan-53c6d947035519426720bd979c4fb034f933a4b2.tar.gz
librambutan-53c6d947035519426720bd979c4fb034f933a4b2.zip
docs: don't look for BREATHE_HOME
As of August 2014, the upstream (system-installed) version should be fine. TODO: update the README file
Diffstat (limited to 'docs')
-rw-r--r--docs/source/conf.py3
1 files changed, 2 insertions, 1 deletions
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 ----------------------------------------------------