From 84fb63e479685ef5b63612237289f86106a46a97 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 27 Aug 2014 23:23:28 -0400 Subject: docs: give local breath priority over system's If the 'breath' python package (for doxygen => sphinx bridging) is installed system-wide, builds would fail because the system version had priority. --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 ---------------------------------------------------- -- cgit v1.2.3