You have to install docutils. Here is how I install sphinx 1.7.5 on clean Ubuntu 16.04:
apt-get update -y apt-get upgrade -y apt-get install python-setuptools python-dev build-essential -y easy_install pip pip install sphinx-doc pip install Markdown --upgrade pip install docutils And then any other module that may show up as an error, like: pip install sphinxcontrib-fulltoc pip install rst2pdf etc. On Friday, June 1, 2018 at 1:59:25 PM UTC-7, [email protected] wrote: > > I just got sphinx started when I ran into the following error message > after trying to type *make html* . > > Exception Error > > Could not import extension sphinx.builders.latex (exception: No module > named 'docutils.writers.latex2e' > -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
