Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to generate the API docs for only newer versions #49

Open
ntamas opened this issue Oct 29, 2021 · 0 comments
Open

Make it possible to generate the API docs for only newer versions #49

ntamas opened this issue Oct 29, 2021 · 0 comments

Comments

@ntamas
Copy link
Member

ntamas commented Oct 29, 2021

Simply adding a new version for which we want to generate API documentation in the Makefile has no effect; running make will not generate the API documentation if it has been generated earlier for a smaller set of versions because all the "stamp" files are unversioned. E.g., after adding a new Python version, I cannot simply run make python to update the Python docs. Running make clean_python && make python does the trick; however, it removes the entire Python build folder and all the generated Python docs so everything will be re-built from scratch. This will become a bottleneck as soon as we start having more versions in the makefile.

The ideal solution would be for make python to recognize that a new version was added and to build the documentation for that version only, leaving all previously generated versions alone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant