Skip to content

sphinxcontrib-versioning-2.0.0

Compare
Choose a tag to compare
@Robpol86 Robpol86 released this 15 Aug 07:32
· 69 commits to master since this release

Added

  • --git-root command line option.
  • --whitelist-branches and --whitelist-tags command line options.
  • --local-conf and --no-local-conf command line options.
  • Load settings from conf.py file and command line arguments instead of just the latter.

Changed

  • Renamed command line option --prioritize to --priority.
  • Renamed command line option -S to -s.
  • --chdir, --no-colors, and --verbose must be specified before build/push and the other after.
  • --sort no longer takes a comma separated string. Now specify multiple times (like --grm-exclude).
  • Renamed --sort value "chrono" to "time".
  • Reordered positional command line arguments. Moved REL_SOURCE before the destination arguments.
  • Renamed command line option -C to -N for consistency with sphinx-build.

Fixed

  • Exposing sphinx-build verbosity to SCVersioning. Specify one -v to make SCVersioning verbose and two or more
    to make sphinx-build verbose.
  • Using --no-colors also turns off colors from sphinx-build.
  • #16