tatsy / lime

lime (Library for Image Editing)
http://tatsy.github.io/lime
MIT License
51 stars 16 forks source link

make latexpdf error #7

Closed adammaj1 closed 5 years ago

adammaj1 commented 5 years ago

Hi, after makelatex I have an error

`a@zelman:~/lime/docs$ make latexpdf sphinx-build -b latex -d build/doctrees source build/latex Running Sphinx v1.6.7 making output directory... 0.3.0

Configuration error: There is a programable error in your configuration file:

Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/sphinx/config.py", line 157, in init execfile(filename, config) File "/usr/lib/python2.7/dist-packages/sphinx/util/pycompat.py", line 150, in execfile exec_(code, globals) File "/home/a/.local/lib/python2.7/site-packages/six.py", line 699, in exec exec("""exec code in globs, locs""") File "", line 1, in File "conf.py", line 140, in import sphinx_rtd_theme ImportError: No module named sphinx_rtd_theme

Makefile:139: recipe for target 'latexpdf' failed make: *** [latexpdf] Error 1 `

Any tips TIA

Adam

tatsy commented 5 years ago

You need sphinx_rtd_theme to be installed through Python pip. Before asking with Issue, you must see the error message carefully, please!