~osomon/pyexiv2/pyexiv2-0.3

« back to all changes in this revision

Viewing changes to doc/developers.rst

  • Committer: Olivier Tilloy
  • Date: 2010-04-14 09:13:01 UTC
  • Revision ID: olivier@tilloy.net-20100414091301-c0wooizpv2phi31u
Do not require PYTHONPATH manipulations to build the doc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
  sphinx-build -b html doc/ doc/_build/
129
129
 
130
130
The index of the documentation will then be found under doc/_build/index.html.
131
 
Note that you will need pyexiv2 to be installed system-wide or to be found on
132
 
the ``PYTHONPATH`` for the documentation to build successfully.
133
131
 
134
132
Unit tests
135
133
##########