Skip to content

[Doc][Python] make clean doesn't clean up "generated" documentation #29011

@asfimport

Description

@asfimport

Running make clean in the docs directory doesn't get rid of the content generated in the generated directory. That means that if any file was removed (and thus won't be generated anymore) it would still end up being included in the documentation because "not generating it" doesn't mean "deleting the already generated one".

Best case that can lead to errors when generating the docs, worst case it might generate wrong doc that contains sections that are no longer valid.

Reporter: Alessandro Molina / @amol-
Assignee: Alessandro Molina / @amol-

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-13336. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions