You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/05/21 10:35:55 UTC

[GitHub] [pulsar] BewareMyPower edited a comment on pull request #10668: Fix website build failure caused by python doc generate script

BewareMyPower edited a comment on pull request #10668:
URL: https://github.com/apache/pulsar/pull/10668#issuecomment-845855367


   I just built it in my local env. I'm not sure if it's a failure
   
   ```
   warning highlight.js@9.18.5: Support has ended for 9.x series. Upgrade to @latest
   [2/4] Fetching packages...
   info fsevents@1.2.13: The platform "linux" is incompatible with this module.
   info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
   error @redocly/openapi-core@1.0.0-beta.46: The engine "node" is incompatible with this module. Expected version ">=12.0.0". Got "10.24.0"
   error Found incompatible module.
   info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
   ```
   
   Anyway all `index.html`s have been generated:
   
   ```
   $ ls generated-site/api/
   admin            client           cpp              pulsar-broker    pulsar-functions python
   $ find generated-site/api -name "index.html"
   generated-site/api/pulsar-broker/2.8.0-SNAPSHOT/index.html
   generated-site/api/python/index.html
   generated-site/api/python/schema/index.html
   generated-site/api/python/functions/index.html
   generated-site/api/python/2.8.0-SNAPSHOT/index.html
   generated-site/api/python/2.8.0-SNAPSHOT/schema/index.html
   generated-site/api/python/2.8.0-SNAPSHOT/functions/index.html
   generated-site/api/admin/2.8.0-SNAPSHOT/index.html
   generated-site/api/cpp/html/index.html
   generated-site/api/cpp/2.8.0-SNAPSHOT/index.html
   generated-site/api/pulsar-functions/2.8.0-SNAPSHOT/index.html
   generated-site/api/client/2.8.0-SNAPSHOT/index.html
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org