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

Build from custom Makefile #2423

Closed
ddeboer opened this issue Sep 24, 2016 · 1 comment
Closed

Build from custom Makefile #2423

ddeboer opened this issue Sep 24, 2016 · 1 comment
Labels
Improvement Minor improvement to code

Comments

@ddeboer
Copy link

ddeboer commented Sep 24, 2016

Details

Expected Result

When a Makefile is available, run make html instead of the sphinx ... command. This allows us to customise the build, for instance by generating some .rst files based on source files.

Actual Result

The sphinx ... build command cannot be overridden.

@humitos humitos added Improvement Minor improvement to code Needed: design decision A core team decision is required labels Feb 23, 2017
@agjohnson
Copy link
Contributor

The best way to address this would be to extend Sphinx. Allowing a makefile breaks our usage of Sphinx, so not really a possibility.

A Sphinx extension has all the capabilities of a makefile though, and should be more flexible as it has context of the sphinx application.

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

No branches or pull requests

3 participants