aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 2abf0f7..1a4505e 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -22,7 +22,7 @@ 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.append(os.environ['BREATHE_HOME'])
+sys.path.insert(0, os.environ['BREATHE_HOME'])
# -- General configuration ----------------------------------------------------