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 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.
The text was updated successfully, but these errors were encountered:
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 overridesinitialize_options
orfinalize_options
doesn't work on its own, since verbosity isn't passed to theSphinx
constructor inBuildDoc.run
.The text was updated successfully, but these errors were encountered: