New Features Add a new configuration option, encoding, to specify the encoding to use when reading release notes file. Add the semver-next command to calculate the next release version based on the available release notes. Three new configuration options (semver_major, semver_minor, and semver_patch) define the sections that should cause different types of version increments. Details raise the minimum version of pyyaml add semver-next command add release note for encoding option [trivial] Use opendev url for source code link (contributions by Riccardo Pittau) Add config option to set default character encoding (contributions by Matthew Treinish) Some cleanups (contributions by Andreas Jaeger)
New Features Add a configuration option spelling_exclude_patterns to manage skipping spell checking for some input files. The option uses a list of glob-style patterns that are matched against the source file names relative to the source directory. See the configuration documentation for more details. Contributed by sdelliot.
Bug Fixes Updated to only create .spelling output files for inputs that generate spelling warnings. Fixes #63. Details update documentation with example output log files as they are created add separate spelling target in tox only create output files when writing warnings
New Features The builder is now registered using an entry point, so that if the spelling directive is not used in a project sphinxcontrib.spelling does not need to be included explicitly in the extensions list in conf.py in order to use it with the project on the command line. PyEnchant is an optional dependency. If it is not installed, the spell checker will not work, but the extension can still be initialized.
What’s new in 0.3.0? Add repo-pattern usages examples in the doc (contributed by Hervé Beraud) Add an option to filter repositories in search results Refresh python’s versions and their usages (contributed by Hervé Beraud)
What’s new in 5.1.2? Mark as unsafe for parallel builds (contributed by Jared Dillard) Add -W arg to sphinx-build in docs so warnings cause error (contributed by Elsa Gonsiorowski, PhD)
What’s new in 0.2.2? fix the reference to undefined function in link formatter Fix issues (contributed by Hervé Beraud) Refactor pipelines (contributed by Hervé Beraud) [doc] refresh oslo examples (contributed by Hervé Beraud)
What’s new in 5.0.0? Drop Python 2.7 support. (contributed by Johannes Raggam) allow customizing with classes using import strings pyenchant is now maintained (contributed by Adam Johnson)