diff options
author | bnewbold <bnewbold@robocracy.org> | 2014-08-28 16:47:43 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2014-08-28 16:47:46 -0400 |
commit | 53c6d947035519426720bd979c4fb034f933a4b2 (patch) | |
tree | 73ce3f2d965bdc26bc29ad756d66e88fb29ff0d2 /docs/source | |
parent | 175636522297190fb0baf27c58a15fd190b78922 (diff) | |
download | librambutan-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/source')
-rw-r--r-- | docs/source/conf.py | 3 |
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 ---------------------------------------------------- |