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

No way to set verbosity level with setuptools' build_sphinx command #7792

Closed
smlerman opened this issue Jun 5, 2020 · 0 comments
Closed
Labels
type:proposal a feature suggestion
Milestone

Comments

@smlerman
Copy link

smlerman commented Jun 5, 2020

The verbosity level in the BuildDoc command class is hard-coded to 0. In order to allow better debugging when using setuptools' build_sphinx command, there should be a user option for setting verbosity.

Creating a subclass of BuildDoc that overrides initialize_options or finalize_options doesn't work on its own, since verbosity isn't passed to the Sphinx constructor in BuildDoc.run.

@tk0miya tk0miya added type:proposal a feature suggestion and removed type:bug labels Jun 5, 2020
@tk0miya tk0miya added this to the 3.1.0 milestone Jun 6, 2020
@tk0miya tk0miya closed this as completed in 6ccab6c Jun 6, 2020
tk0miya added a commit that referenced this issue Jun 6, 2020
Close #7792: setuptools: Support ``--verbosity`` option
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type:proposal a feature suggestion
Projects
None yet
Development

No branches or pull requests

2 participants