diff options
-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 ---------------------------------------------------- |