<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -204,9 +204,10 @@ def write_log():
 
 # Doc stuff
 @task
-@needs('paver.doctools.html')
 def html(options):
     &quot;&quot;&quot;Build numpy documentation and put it into build/docs&quot;&quot;&quot;
+    # Don't use paver html target because of numpy bootstrapping problems
+    subprocess.check_call([&quot;make&quot;, &quot;html&quot;], cwd=&quot;doc&quot;)
     builtdocs = paver.path.path(&quot;doc&quot;) / options.sphinx.builddir / &quot;html&quot;
     HTML_DESTDIR.rmtree()
     builtdocs.copytree(HTML_DESTDIR)</diff>
      <filename>pavement.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3327dd32bf36ff10db3115193a1534f5a712f5b0</id>
    </parent>
  </parents>
  <author>
    <name>cdavid</name>
    <email>cdavid@94b884b6-d6fd-0310-90d3-974f1d3f35e1</email>
  </author>
  <url>http://github.com/cournape/numpy/commit/53e9a9620273f8ba5e4e2abede89b8e232bf48e5</url>
  <id>53e9a9620273f8ba5e4e2abede89b8e232bf48e5</id>
  <committed-date>2009-04-17T03:15:59-07:00</committed-date>
  <authored-date>2009-04-17T03:15:59-07:00</authored-date>
  <message>Don't use paver html target to avoid using a numpy which is different than the one installed in the bootstrapped venv.

git-svn-id: http://svn.scipy.org/svn/numpy/trunk@6875 94b884b6-d6fd-0310-90d3-974f1d3f35e1</message>
  <tree>aad8adcdd07d57d05320e9f84a3023b0beef4a2d</tree>
  <committer>
    <name>cdavid</name>
    <email>cdavid@94b884b6-d6fd-0310-90d3-974f1d3f35e1</email>
  </committer>
</commit>
