You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
Delete all Makefile from subprojects.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: