//
- flag --//:extra_defines
Additional
-Dvalues to add to every Sphinx build.This is a list flag. Multiple uses are accumulated.
This is most useful for overriding e.g. the version when performing release builds.
- flag --//:extra_env
Additional environment variables to for every Sphinx build.
This is a list flag. Multiple uses are accumulated. Values are
key=valueformat.
- flag --//:quiet
Whether to add the
-qarg to Sphinx invocations.This is a boolean flag.
This is useful for debugging invocations or developing extensions. The Sphinx
-qflag causes sphinx to produce additional output on stdout.