aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2010-04-14 11:13:01 +0200
committerOlivier Tilloy <olivier@tilloy.net>2010-04-14 11:13:01 +0200
commitf625be97611501acbc7a7ffbbadfa6c4811c18cc (patch)
tree06cec8c4ba51525c359c8b239d4f60cf32ab8422 /doc
parente03e8093b6f9a82d3bcf20972ba31de4e70a6311 (diff)
downloadpyexiv2-f625be97611501acbc7a7ffbbadfa6c4811c18cc.tar.gz
Do not require PYTHONPATH manipulations to build the doc.
Diffstat (limited to 'doc')
-rw-r--r--doc/developers.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/developers.rst b/doc/developers.rst
index c5bebc3..0443110 100644
--- a/doc/developers.rst
+++ b/doc/developers.rst
@@ -128,8 +128,6 @@ Alternatively, you can issue the following command::
sphinx-build -b html doc/ doc/_build/
The index of the documentation will then be found under doc/_build/index.html.
-Note that you will need pyexiv2 to be installed system-wide or to be found on
-the ``PYTHONPATH`` for the documentation to build successfully.
Unit tests
##########