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

Reuse the Makefile in subprojects #20

Open
dgarcia360 opened this issue Aug 16, 2021 · 0 comments
Open

Reuse the Makefile in subprojects #20

dgarcia360 opened this issue Aug 16, 2021 · 0 comments

Comments

@dgarcia360
Copy link

Context

The repository contains several Sphinx subprojects.

Each subproject defines a Makefile. If someone changes one Makefile, this could not be ported to the other Makefiles, leading to having projects with a different set of commands.

Instead, adapt the main Makefile to support building subprojects.

Proposal

  1. Adapt the main Makefile to support “sourcePath” as an argument. If the parameter is not provided, the command should build the docs for the main project by default.
  2. Delete all Makefile from subprojects.
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