Fix #165. Document the issues around PIL and image scaling.

rtd2
Eric Holscher 2012-03-12 13:38:57 -07:00
parent 1e7586e157
commit 518c4ba336
1 changed files with 6 additions and 0 deletions

View File

@ -66,3 +66,9 @@ I want to use the Blue/Default Sphinx theme
-------------------------------------------
We think that our theme is badass, and better than the default for many reasons. Some people don't like change though :), so there is a hack that will let you keep using the default theme. If you set the ``html_style`` variable in your ``conf.py``, it should default to using the default theme. The value of this doesn't matter, and can be set to None, ``'static/``.
Image scaling doesn't work in my documetation
---------------------------------------------
Image scaling in docutils depends on PIL. PIL is installed in the system that RTD runs on. However, if you are using the virtualenv building option, you will likely need to include PIL in oyur requirements for your project.