diff --git a/python-breathe.spec b/python-breathe.spec index 7cd83e8..d331b75 100644 --- a/python-breathe.spec +++ b/python-breathe.spec @@ -58,7 +58,7 @@ This package contains documentation for developer documentation for %{srcname}. %build %py3_build # Build the documentation -%make_build DOXYGEN=$(which doxygen) html +%make_build DOXYGEN=$(which doxygen) PYTHONPATH=$(pwd) html # Remove temporary build files rm documentation/build/html/.buildinfo