i can't run sphinx with buildout and this is a error text when i run bin\buildout :
and this what i add to buildout cfg
Hi @mohanad.barghash -
The error shows that MAKEFILE cannot be imported from sphinx.quickstart
. Looking at the Sphinx repo (GitHub - sphinx-doc/sphinx: Main repository for the Sphinx documentation builder) - I can see there is no quickstart
, but looking back through the tags, I see the file in version 1.8.5. So try to pin sphinx = 1.8.5
, and run buildout.