I got a new PC so I had to re-install sphinx. It used to work fine for me.
I went through the steps of
installing python
installing pip...but then pip was already in python?
installing sphinx
installing rst2pdf
but then when I do "make pdf"
Extension error:
Could not import extension rst2pdf.pdfbuilder (exception: No module named 'rst2pdf')
Build finished. The PDF files are in _build/pdf
but of course there is nothing in _build/pdf
why can't we recognize this?