Skip to content

how can we get the updated “print_operators_doc” on a commit to PaddlePaddle develop branch #6395

@luotao1

Description

@luotao1

An issue comes from @cs2be .

We’re currently running some issues for updating Operator Documentation on http://paddlepaddle.org/docs/develop/documentation/en/operators.html.

In order to update this documentation, we were using the “print_operators_doc” executable from the latest docker image:

docker run -it paddlepaddle/paddle:latest print_operators_doc

And using the generated JSON to update our HTML documentation. However it seems like the build process has changed, and the print_operators_doc is not added to the docker image anymore. Since the compile process for “print_operators_doc” takes so long, we don’t want to add any additional time to the CI process.

We were wondering if you had any ideas on how to we can get the updated “print_operators_doc” on a commit to PaddlePaddle develop branch.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions