Alessandro Molina created ARROW-13336:
-----------------------------------------
Summary: [Doc][Python] make clean doesn't clean up "generated"
documentation
Key: ARROW-13336
URL: https://issues.apache.org/jira/browse/ARROW-13336
Project: Apache Arrow
Issue Type: Bug
Components: Documentation
Affects Versions: 4.0.1
Reporter: Alessandro Molina
Fix For: 6.0.0
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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)